]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorGaëtan de Menten <gdementen@gmail.com>
Tue, 4 Dec 2007 16:22:44 +0000 (16:22 +0000)
committerGaëtan de Menten <gdementen@gmail.com>
Tue, 4 Dec 2007 16:22:44 +0000 (16:22 +0000)
lib/sqlalchemy/orm/interfaces.py

index 815ea8cebb660df817704d623ce5f6a4e966c210..1ff019c78b763e82a61a5e914c9e0f861746076c 100644 (file)
@@ -280,7 +280,7 @@ class MapperProperty(object):
         pass
 
     def create_row_processor(self, selectcontext, mapper, row):
-        """return a 3-tuple consiting of 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