From: Chris Withers Date: Wed, 28 Apr 2010 18:22:55 +0000 (+0100) Subject: fix sphinx reference X-Git-Tag: rel_0_6_1~29^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31d168d2c3f322d013f7944701072ce4d5d420af;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix sphinx reference --- 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,