diff options
author | Karen Tracey <kmtracey@gmail.com> | 2009-05-17 16:45:28 +0000 |
---|---|---|
committer | Karen Tracey <kmtracey@gmail.com> | 2009-05-17 16:45:28 +0000 |
commit | 50745cc31ecd0ff76dafed2fb903d14c1b30d707 (patch) | |
tree | c2c20c8a28dd952023df4f9d4604ec64dbeae4ca /django/contrib/gis/measure.py | |
parent | 92e5249a677c1c60d2a13ad0203716840fc71143 (diff) | |
download | django-50745cc31ecd0ff76dafed2fb903d14c1b30d707.tar.gz |
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments. Thanks kaikuehne.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10801 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/contrib/gis/measure.py')
-rw-r--r-- | django/contrib/gis/measure.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |