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:
parent
402f8cede5
commit
7ebf105388
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue