From 4aabf3c69c887785c56913fc0081527d95aba3ab Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 11 Dec 2013 20:36:39 -0600 Subject: [PATCH] fixed typo, thanks User --- VERSION | 2 +- gluon/dal.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index aa97e7a4..1b5a63e2 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/gluon/dal.py b/gluon/dal.py index 902d16a1..8c6420df 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -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),