From 52317cec36e1807d06a9715e2bcc4067b7eb173f Mon Sep 17 00:00:00 2001 From: Jefferson Oliveira Date: Wed, 29 Jun 2022 11:53:36 -0300 Subject: [PATCH] fix documentation typo --- doc/build/tutorial/orm_data_manipulation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.47.2