diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2016-08-08 16:39:15 +0300 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2016-08-08 16:39:15 +0300 |
| commit | fd164a6c849289b81f29059dda822c3d5902e40e (patch) | |
| tree | 3c4a3af786c47c960b73c62c8c4c2373c6048a60 /doc/build/orm/session_events.rst | |
| parent | f2fa9d000b44a54b0fd3ae6114eb5d53ef20c3b8 (diff) | |
| download | sqlalchemy-pr/299.tar.gz | |
Spelling fixespr/299
Diffstat (limited to 'doc/build/orm/session_events.rst')
| -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 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 |
