diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-07-18 17:54:15 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-18 11:54:15 -0400 |
| commit | a73cf8110e6cccbf46bf77fd4ddce2df99df53ca (patch) | |
| tree | 1403b374e47a80000eef37bc4c43c2c412cb5e97 /django/contrib | |
| parent | 6e78e1054933c36a2e0fdf998db780c88bdef4a9 (diff) | |
Removed duplicate words in various comments.
Diffstat (limited to 'django/contrib')
| -rw-r--r-- | django/contrib/gis/db/backends/base/features.py | 2 | ||||
| -rw-r--r-- | django/contrib/messages/storage/fallback.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/django/contrib/gis/db/backends/base/features.py b/django/contrib/gis/db/backends/base/features.py index 91d0020ce8..66c024e606 100644 --- a/django/contrib/gis/db/backends/base/features.py +++ b/django/contrib/gis/db/backends/base/features.py @@ -27,7 +27,7 @@ class BaseSpatialFeatures: supports_null_geometries = True # Are empty geometries supported? supports_empty_geometries = False - # Can the the function be applied on geodetic coordinate systems? + # Can the function be applied on geodetic coordinate systems? supports_distance_geodetic = True supports_length_geodetic = True supports_perimeter_geodetic = False diff --git a/django/contrib/messages/storage/fallback.py b/django/contrib/messages/storage/fallback.py index 97f82d7654..39df6f3c9d 100644 --- a/django/contrib/messages/storage/fallback.py +++ b/django/contrib/messages/storage/fallback.py @@ -6,7 +6,7 @@ from django.contrib.messages.storage.session import SessionStorage class FallbackStorage(BaseStorage): """ Try to store all messages in the first backend. Store any unstored - messages in each subsequent backend backend. + messages in each subsequent backend. """ storage_classes = (CookieStorage, SessionStorage) |
