diff options
Diffstat (limited to 'doc/build/orm/events.rst')
-rw-r--r-- | doc/build/orm/events.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/events.rst b/doc/build/orm/events.rst index 2be74bf57..6f2e0cb29 100644 --- a/doc/build/orm/events.rst +++ b/doc/build/orm/events.rst @@ -6,7 +6,7 @@ ORM Events The ORM includes a wide variety of hooks available for subscription. .. versionadded:: 0.7 - The event supercedes the previous system of "extension" classes. + The event supersedes the previous system of "extension" classes. For an introduction to the event API, see :ref:`event_toplevel`. Non-ORM events such as those regarding connections and low-level statement execution are described in |