summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-03-01 09:04:54 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2021-03-01 09:04:54 -0500
commit6bea034dfc7e113baa6d728f6e2ae8324499ff4f (patch)
tree1297061ce6a208d040ad27b07558684c02ddbffe
parentcc8592970391fa95902521e6a66cf4173650de99 (diff)
parentd5a4965e286602caecbbfd640a40cc6619a7da36 (diff)
downloadsqlalchemy-6bea034dfc7e113baa6d728f6e2ae8324499ff4f.tar.gz
Merge remote-tracking branch 'origin/pr/5972'
Change-Id: I754960d6fb68ef8413734f0dd6c17236f6dea16e
-rw-r--r--doc/build/orm/tutorial.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/orm/tutorial.rst b/doc/build/orm/tutorial.rst
index 59cc9cfab..c64e1fc3b 100644
--- a/doc/build/orm/tutorial.rst
+++ b/doc/build/orm/tutorial.rst
@@ -518,7 +518,7 @@ The level of reloading is configurable as is described in :doc:`/orm/session`.
As our ``User`` object moved from being outside the :class:`.Session`, to
inside the :class:`.Session` without a primary key, to actually being
- inserted, it moved between three out of four
+ inserted, it moved between three out of five
available "object states" - **transient**, **pending**, and **persistent**.
Being aware of these states and what they mean is always a good idea -
be sure to read :ref:`session_object_states` for a quick overview.
@@ -2248,4 +2248,4 @@ Session Reference: :doc:`/orm/session`
.. Setup code, not for display
>>> session.close()
- ROLLBACK \ No newline at end of file
+ ROLLBACK