Commit 7ebf1053 authored by Justin Bronn's avatar Justin Bronn
Browse files

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
parent 402f8ced
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)