summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <classic@zzzcomputing.com>2015-09-08 18:10:51 -0400
committerMike Bayer <classic@zzzcomputing.com>2015-09-08 18:10:51 -0400
commitf5b13797a633861f5de58974e401074838d1d023 (patch)
tree0e7c8fcdb43ee4049f48560c1bcd3d6bd2d5b513
parent74781d853290c9b275ffec4e6dd3bd6e84af0fa2 (diff)
parent2fb3bb31ef897ee48748908524288067c53df4e1 (diff)
downloadsqlalchemy-f5b13797a633861f5de58974e401074838d1d023.tar.gz
Merged in bsmithgall/sqlalchemy/event-doc-link-fix (pull request #60)
fix typo in session events docs
-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`.