From: Jefferson Oliveira Date: Wed, 29 Jun 2022 14:53:36 +0000 (-0300) Subject: fix documentation typo X-Git-Tag: rel_1_4_40~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b35cf645151772a0480c337e9c228a8d8ed05b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix documentation typo (cherry picked from commit 52317cec36e1807d06a9715e2bcc4067b7eb173f) --- diff --git a/doc/build/tutorial/orm_data_manipulation.rst b/doc/build/tutorial/orm_data_manipulation.rst index 1ee5e95fa9..ca955d0237 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::