From 0d5a2155f0e1a526e8dbb81a7e4997cb0022fa93 Mon Sep 17 00:00:00 2001 From: bsmithgall Date: Mon, 7 Sep 2015 21:37:19 -0400 Subject: [PATCH] fix typo in session events docs (cherry picked from commit 2fb3bb31ef897ee48748908524288067c53df4e1) --- doc/build/orm/session_events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.47.3