]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo in session events docs
authorbsmithgall <ben.smithgall@gmail.com>
Tue, 8 Sep 2015 01:37:19 +0000 (21:37 -0400)
committerbsmithgall <ben.smithgall@gmail.com>
Tue, 8 Sep 2015 01:37:19 +0000 (21:37 -0400)
doc/build/orm/session_events.rst

index dc7ad39e0769c8de056a7fca3a8246bd687a867f..50c63e6ea00edcc1aa97af59c198945d3d9a4654 100644 (file)
@@ -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`.