Commit 5978d7a3 authored by Paul McMillan's avatar Paul McMillan
Browse files

[1.3.X] backport minor docs fix for GeoIP


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16870 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 65942eb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ parameters.
Returns a dictionary of city information for the given query.  Some
of the values in the dictionary may be undefined (``None``).

.. method:: GeoIPcountry(query)
.. method:: GeoIP.country(query)

Returns a dictionary with the country code and country for the given 
query.