summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/geoip2.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt
index b6622edb52..aba7995c0a 100644
--- a/docs/ref/contrib/gis/geoip2.txt
+++ b/docs/ref/contrib/gis/geoip2.txt
@@ -33,6 +33,8 @@ Here is an example of its usage::
{'country_code': 'US', 'country_name': 'United States'}
>>> g.city('72.14.207.99')
{'city': 'Mountain View',
+ 'continent_code': 'NA',
+ 'continent_name': 'North America',
'country_code': 'US',
'country_name': 'United States',
'dma_code': 807,