summaryrefslogtreecommitdiff
path: root/doc/build/orm/session_events.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/orm/session_events.rst')
-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 27e17717f..f3ab57e59 100644
--- a/doc/build/orm/session_events.rst
+++ b/doc/build/orm/session_events.rst
@@ -260,7 +260,7 @@ Loaded as Persistent
Objects can appear in the :class:`.Session` directly in the :term:`persistent`
state when they are loaded from the database. Tracking this state transition
-is synonymous with tracking objects as they are loaded, and is synonomous
+is synonymous with tracking objects as they are loaded, and is synonymous
with using the :meth:`.InstanceEvents.load` instance-level event. However, the
:meth:`.SessionEvents.loaded_as_persistent` event is provided as a
session-centric hook for intercepting objects as they enter the persistent