summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2014-02-15 15:01:11 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2014-02-15 15:14:58 +0100
commitfd4d8f0f520021186681dd0a0d413ed83f4d10f9 (patch)
treedbaae244c3e63cfc46ad10d46b403210251e7b72
parent23b781cc3d17f12c5158f781b2c8cd9d47550c20 (diff)
Fixed typo in comment.
-rw-r--r--django/contrib/gis/tests/distapp/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/tests/distapp/tests.py b/django/contrib/gis/tests/distapp/tests.py
index 6b7c734066..fcb78895d3 100644
--- a/django/contrib/gis/tests/distapp/tests.py
+++ b/django/contrib/gis/tests/distapp/tests.py
@@ -110,7 +110,7 @@ class DistanceTest(TestCase):
138809.684197, 158309.246259, 212183.594374,
70870.188967, 165337.758878, 139196.085105]
# SELECT ST_Distance(point, ST_Transform(ST_GeomFromText('POINT(-96.876369 29.905320)', 4326), 2278)) FROM distapp_southtexascityft;
- # Oracle 11 thinks this is not a projected coordinate system, so it's s
+ # Oracle 11 thinks this is not a projected coordinate system, so it's
# not tested.
ft_distances = [482528.79154625, 458103.408123001, 462231.860397575,
455411.438904354, 519386.252102563, 696139.009211594,