From 31d168d2c3f322d013f7944701072ce4d5d420af Mon Sep 17 00:00:00 2001 From: Chris Withers Date: Wed, 28 Apr 2010 19:22:55 +0100 Subject: [PATCH] fix sphinx reference --- lib/sqlalchemy/orm/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/orm/session.py b/lib/sqlalchemy/orm/session.py index 7641905f03..5b33ca1a2a 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -147,7 +147,7 @@ def sessionmaker(bind=None, class_=None, autoflush=True, autocommit=False, twophase When ``True``, all transactions will be started using - :mod:~sqlalchemy.engine_TwoPhaseTransaction. During a ``commit()``, after + :mod:`~sqlalchemy.engine_TwoPhaseTransaction`. During a ``commit()``, after ``flush()`` has been issued for all attached databases, the ``prepare()`` method on each database's ``TwoPhaseTransaction`` will be called. This allows each database to roll back the entire transaction, -- 2.47.2