summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2014-02-15 13:40:41 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2014-02-15 14:19:33 +0100
commit2ebccebf0609229317c2f5b9a76664dc216f27eb (patch)
tree6a0e7a2a75180064f6b4d922ffb804751696d160
parent8251438cb8c1d47779e9fc33cfa84dad9851a774 (diff)
downloaddjango-2ebccebf0609229317c2f5b9a76664dc216f27eb.tar.gz
Fixed typo in test docstring.
-rw-r--r--django/contrib/gis/gdal/tests/test_ds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/gdal/tests/test_ds.py b/django/contrib/gis/gdal/tests/test_ds.py
index 5cfdb4a8ea..15799f1f6d 100644
--- a/django/contrib/gis/gdal/tests/test_ds.py
+++ b/django/contrib/gis/gdal/tests/test_ds.py
@@ -78,7 +78,7 @@ class DataSourceTest(unittest.TestCase):
self.assertEqual(source.nfld, layer.num_fields)
self.assertEqual(source.nfld, len(layer.fields))
- # Testing the layer's extent (an Envelope), and it's properties
+ # Testing the layer's extent (an Envelope), and its properties
if source.driver == 'VRT' and (GDAL_VERSION >= (1, 7, 0) and GDAL_VERSION < (1, 7, 3)):
# There's a known GDAL regression with retrieving the extent
# of a VRT layer in versions 1.7.0-1.7.2: