diff options
Diffstat (limited to 'doc/build/orm/session_state_management.rst')
-rw-r--r-- | doc/build/orm/session_state_management.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/session_state_management.rst b/doc/build/orm/session_state_management.rst index 40d6295df..e825568e5 100644 --- a/doc/build/orm/session_state_management.rst +++ b/doc/build/orm/session_state_management.rst @@ -131,7 +131,7 @@ referenced. These collections can be associated with a :class:`.Session`, if desired, by placing them into the :attr:`.Session.info` dictionary. -An event based approach is also feasable. A simple recipe that provides +An event based approach is also feasible. A simple recipe that provides "strong referencing" behavior for all objects as they remain within the :term:`persistent` state is as follows:: |