summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
diff options
context:
space:
mode:
authorGaëtan de Menten <gdementen@gmail.com>2007-12-04 16:22:44 +0000
committerGaëtan de Menten <gdementen@gmail.com>2007-12-04 16:22:44 +0000
commitf5a4554c52b82cc7fb3da41eb51e6e9b5bd3c526 (patch)
tree5ec6a442c117cf5af1705219fd9a4f5d8ee14c1b /lib/sqlalchemy
parentaa71eed4e26914cbd2dea19676b7fddef13d938a (diff)
downloadsqlalchemy-f5a4554c52b82cc7fb3da41eb51e6e9b5bd3c526.tar.gz
typo
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r--lib/sqlalchemy/orm/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/interfaces.py b/lib/sqlalchemy/orm/interfaces.py
index 815ea8ceb..1ff019c78 100644
--- a/lib/sqlalchemy/orm/interfaces.py
+++ b/lib/sqlalchemy/orm/interfaces.py
@@ -280,7 +280,7 @@ class MapperProperty(object):
pass
def create_row_processor(self, selectcontext, mapper, row):
- """return a 3-tuple consiting of a two row processing functions and an instance post-processing function.
+ """return a 3-tuple consiting of two row processing functions and an instance post-processing function.
Input arguments are the query.SelectionContext and the *first*
applicable row of a result set obtained within query.Query.instances(), called