diff options
| -rw-r--r-- | doc/build/tutorial/orm_data_manipulation.rst | 2 |
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:: |
