From f5a4554c52b82cc7fb3da41eb51e6e9b5bd3c526 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ga=C3=ABtan=20de=20Menten?= Date: Tue, 4 Dec 2007 16:22:44 +0000 Subject: [PATCH] typo --- lib/sqlalchemy/orm/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/orm/interfaces.py b/lib/sqlalchemy/orm/interfaces.py index 815ea8cebb..1ff019c78b 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 -- 2.47.2