From 02b6f16422495666038734a8e7d63d0dc3f34d4c Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Sun, 17 May 2009 16:53:38 +0000 Subject: [PATCH] [1.0.X] Fixed #11066 -- Corrected 11 duplicate "the"s found in docs and code comments. Thanks kaikuehne. Merge of applicable parts of r10801 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10802 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/gis/geos/libgeos.py | 2 +- django/contrib/gis/measure.py | 2 +- django/contrib/gis/templates/gis/admin/openlayers.html | 2 +- django/core/files/uploadhandler.py | 2 +- django/template/defaulttags.py | 2 +- django/test/_doctest.py | 2 +- django/utils/feedgenerator.py | 2 +- django/views/generic/create_update.py | 2 +- docs/internals/contributing.txt | 2 +- tests/modeltests/get_object_or_404/models.py | 2 +- tests/regressiontests/templates/loaders.py | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/django/contrib/gis/geos/libgeos.py b/django/contrib/gis/geos/libgeos.py index c8e938cb00..6bf0610487 100644 --- a/django/contrib/gis/geos/libgeos.py +++ b/django/contrib/gis/geos/libgeos.py @@ -37,7 +37,7 @@ elif os.name == 'posix': else: raise ImportError('Unsupported OS "%s"' % os.name) -# Using the ctypes `find_library` utility to find the the path to the GEOS +# Using the ctypes `find_library` utility to find the path to the GEOS # shared library. This is better than manually specifiying each library name # and extension (e.g., libgeos_c.[so|so.1|dylib].). if lib_names: diff --git a/django/contrib/gis/measure.py b/django/contrib/gis/measure.py index 7f345329bc..37922040df 100644 --- a/django/contrib/gis/measure.py +++ b/django/contrib/gis/measure.py @@ -41,7 +41,7 @@ from decimal import Decimal class MeasureBase(object): def default_units(self, kwargs): """ - Return the unit value and the the default units specified + Return the unit value and the default units specified from the given keyword arguments dictionary. """ val = 0.0 diff --git a/django/contrib/gis/templates/gis/admin/openlayers.html b/django/contrib/gis/templates/gis/admin/openlayers.html index 361cac55b4..ecb26aea9c 100644 --- a/django/contrib/gis/templates/gis/admin/openlayers.html +++ b/django/contrib/gis/templates/gis/admin/openlayers.html @@ -15,7 +15,7 @@