summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authorbsmithgall <ben.smithgall@gmail.com>2015-09-07 21:37:19 -0400
committerbsmithgall <ben.smithgall@gmail.com>2015-09-07 21:37:19 -0400
commit2fb3bb31ef897ee48748908524288067c53df4e1 (patch)
tree81b682eab92e969bf2a51c1045b00816198df4d1 /doc/build
parent176ac6ab0915f99d378c7d9be67e9c0a73ab1800 (diff)
downloadsqlalchemy-2fb3bb31ef897ee48748908524288067c53df4e1.tar.gz
fix typo in session events docs
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/orm/session_events.rst2
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`.