]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix documentation typo 8192/head
authorJefferson Oliveira <jefferson.dev.insights@gmail.com>
Wed, 29 Jun 2022 14:53:36 +0000 (11:53 -0300)
committerJefferson Oliveira <jefferson.dev.insights@gmail.com>
Wed, 29 Jun 2022 14:53:36 +0000 (11:53 -0300)
doc/build/tutorial/orm_data_manipulation.rst

index 1ee5e95fa95953ecdc8c2d04eadb6a06622c6364..ca955d02377346bcde6d408ac4aef0a1f9ddb864 100644 (file)
@@ -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::