diff options
| author | Justin Bronn <jbronn@gmail.com> | 2010-05-04 21:49:27 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2010-05-04 21:49:27 +0000 |
| commit | 7ebf10538888fc9d5c614bb76944ebe2fff275f5 (patch) | |
| tree | a1e8d0ee345c86b90f4272b7b6050f0ca9ce6ae3 /docs/ref | |
| parent | 402f8cede599950d44be9db03f3fd1e46e3dbaba (diff) | |
Fixed #13458 -- Corrected typo in GeoIP docs. Thanks, Paul McMillan for report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geoip.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geoip.txt b/docs/ref/contrib/gis/geoip.txt index dedc36162d..784d69eb53 100644 --- a/docs/ref/contrib/gis/geoip.txt +++ b/docs/ref/contrib/gis/geoip.txt @@ -203,7 +203,7 @@ existing Python API. This classmethod instantiates the GeoIP object from the given database path and given cache setting. -.. method:: GeoIP.regioin_by_addr(query) +.. method:: GeoIP.region_by_addr(query) .. method:: GeoIP.region_by_name(query) |
