From 7ebf10538888fc9d5c614bb76944ebe2fff275f5 Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Tue, 4 May 2010 21:49:27 +0000 Subject: [PATCH] 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 --- docs/ref/contrib/gis/geoip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/gis/geoip.txt b/docs/ref/contrib/gis/geoip.txt index dedc36162d..784d69eb53 100644 --- a/docs/ref/contrib/gis/geoip.txt +++ b/docs/ref/contrib/gis/geoip.txt @@ -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)