]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docstirng...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Aug 2007 20:52:33 +0000 (20:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Aug 2007 20:52:33 +0000 (20:52 +0000)
lib/sqlalchemy/orm/session.py

index 514da6008a4275f93a94d97de9a9498304c86046..1dfd1b665c283c6d45f2677b8104f8bc85256fbb 100644 (file)
@@ -128,7 +128,7 @@ class SessionExtension(object):
 class SessionTransaction(object):
     """Represents a Session-level Transaction.
 
-    This corresponds to one or more [sqlalchemy.engine_Transaction]
+    This corresponds to one or more [sqlalchemy.engine#Transaction]
     instances behind the scenes, with one ``Transaction`` per ``Engine`` in
     use.
 
@@ -359,7 +359,7 @@ class Session(object):
                 ``logging.getLogger('sqlalchemy.orm.unitofwork').setLevel(logging.DEBUG)``.
             
             extension
-                an optional [sqlalchemy.orm.session_SessionExtension] instance, which will receive
+                an optional [sqlalchemy.orm.session#SessionExtension] instance, which will receive
                 pre- and post- commit and flush events, as well as a post-rollback event.  User-
                 defined code may be placed within these hooks using a user-defined subclass
                 of ``SessionExtension``.