Skip to content

Commit

Permalink
Fixed #13458 -- Corrected typo in GeoIP docs. Thanks, Paul McMillan f…
Browse files Browse the repository at this point in the history
…or report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jbronn committed May 4, 2010
1 parent 402f8ce commit 7ebf105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/contrib/gis/geoip.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ existing Python API.
This classmethod instantiates the GeoIP object from the given database path This classmethod instantiates the GeoIP object from the given database path
and given cache setting. and given cache setting.


.. method:: GeoIP.regioin_by_addr(query) .. method:: GeoIP.region_by_addr(query)


.. method:: GeoIP.region_by_name(query) .. method:: GeoIP.region_by_name(query)


Expand Down

0 comments on commit 7ebf105

Please sign in to comment.