]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docstring fix
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Jan 2008 19:19:21 +0000 (19:19 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Jan 2008 19:19:21 +0000 (19:19 +0000)
lib/sqlalchemy/orm/interfaces.py

index fc8a0e39269a67976be71d847f0ce68de2626100..d34cca7faa20af093f24f021215b7d9cf74bfc22 100644 (file)
@@ -135,7 +135,7 @@ class MapperExtension(object):
         created from that row.
 
         The method can choose to create the instance itself, or it can
-        return None to indicate normal object creation should take
+        return EXT_CONTINUE to indicate normal object creation should take
         place.
 
         mapper
@@ -149,6 +149,9 @@ class MapperExtension(object):
 
         class\_
           The class we are mapping.
+          
+        return value
+          A new object instance, or EXT_CONTINUE
         """
 
         return EXT_CONTINUE