summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJefferson Oliveira <jefferson.dev.insights@gmail.com>2022-06-29 11:53:36 -0300
committerJefferson Oliveira <jefferson.dev.insights@gmail.com>2022-06-29 11:53:36 -0300
commit52317cec36e1807d06a9715e2bcc4067b7eb173f (patch)
treeb153380d3d046404c1065e39c4d5cf977e05b99d
parent5fb63bc1423e75812a24e809d16731a3282c2a12 (diff)
downloadsqlalchemy-52317cec36e1807d06a9715e2bcc4067b7eb173f.tar.gz
fix documentation typo
-rw-r--r--doc/build/tutorial/orm_data_manipulation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/tutorial/orm_data_manipulation.rst b/doc/build/tutorial/orm_data_manipulation.rst
index 1ee5e95fa..ca955d023 100644
--- a/doc/build/tutorial/orm_data_manipulation.rst
+++ b/doc/build/tutorial/orm_data_manipulation.rst
@@ -314,7 +314,7 @@ dirty::
However note we are **still in a transaction** and our changes have not
been pushed to the database's permanent storage. Since Sandy's last name
is in fact "Cheeks" not "Squirrel", we will repair this mistake later when
-we roll back the transction. But first we'll make some more data changes.
+we roll back the transaction. But first we'll make some more data changes.
.. seealso::