From 2fb3bb31ef897ee48748908524288067c53df4e1 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 --- 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 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`. -- 2.47.3