fixed typo, thanks User

This commit is contained in:
mdipierro
2013-12-11 20:36:39 -06:00
parent 69f9cf28df
commit 4aabf3c69c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.8.2-stable+timestamp.2013.12.11.20.32.28
Version 2.8.2-stable+timestamp.2013.12.11.20.35.40
+1 -1
View File
@@ -2979,7 +2979,7 @@ class PostgreSQLAdapter(BaseAdapter):
def ST_DWITHIN(self, first, (second, third)):
"""
http://postgis.org/docs/ST_Within.html
http://postgis.org/docs/ST_DWithin.html
"""
return 'ST_DWithin(%s,%s,%s)' %(self.expand(first),
self.expand(second, first.type),