diff options
| author | bsmithgall <ben.smithgall@gmail.com> | 2015-09-07 21:37:19 -0400 |
|---|---|---|
| committer | bsmithgall <ben.smithgall@gmail.com> | 2015-09-07 21:37:19 -0400 |
| commit | 2fb3bb31ef897ee48748908524288067c53df4e1 (patch) | |
| tree | 81b682eab92e969bf2a51c1045b00816198df4d1 /doc/build | |
| parent | 176ac6ab0915f99d378c7d9be67e9c0a73ab1800 (diff) | |
| download | sqlalchemy-2fb3bb31ef897ee48748908524288067c53df4e1.tar.gz | |
fix typo in session events docs
Diffstat (limited to 'doc/build')
| -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`. |
