diff options
-rw-r--r-- | doc/build/orm/session_events.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/session_events.rst b/doc/build/orm/session_events.rst index dc7ad39e0..50c63e6ea 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`. |