From: bsmithgall Date: Tue, 8 Sep 2015 01:37:19 +0000 (-0400) Subject: fix typo in session events docs X-Git-Tag: rel_1_1_0b1~84^2~70^2~113^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fb3bb31ef897ee48748908524288067c53df4e1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo in session events docs --- diff --git a/doc/build/orm/session_events.rst b/doc/build/orm/session_events.rst index dc7ad39e07..50c63e6ea0 100644 --- a/doc/build/orm/session_events.rst +++ b/doc/build/orm/session_events.rst @@ -42,7 +42,7 @@ scanning the collections :attr:`.Session.new`, :attr:`.Session.dirty` and :attr:`.Session.deleted` in order to look for objects where something will be happening. -For illustrations of :meth:`.SessionEvents.before_flush, see +For illustrations of :meth:`.SessionEvents.before_flush`, see examples such as :ref:`examples_versioned_history` and :ref:`examples_versioned_rows`.