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
This commit is contained in:
Justin Bronn 2010-05-04 21:49:27 +00:00
parent 402f8cede5
commit 7ebf105388
1 changed files with 1 additions and 1 deletions

View File

@ -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)