From: bsmithgall Date: Tue, 8 Sep 2015 01:37:19 +0000 (-0400) Subject: fix typo in session events docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf88b71bcef5a0eec64876d9d6456220df3b505;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo in session events docs (cherry picked from commit 2fb3bb31ef897ee48748908524288067c53df4e1) --- diff --git a/doc/build/orm/session_events.rst b/doc/build/orm/session_events.rst index 231311aa0c..620f4bea69 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`.