diff options
| author | Jefferson Oliveira <jefferson.dev.insights@gmail.com> | 2022-06-29 11:53:36 -0300 |
|---|---|---|
| committer | Jefferson Oliveira <jefferson.dev.insights@gmail.com> | 2022-06-29 11:53:36 -0300 |
| commit | 52317cec36e1807d06a9715e2bcc4067b7eb173f (patch) | |
| tree | b153380d3d046404c1065e39c4d5cf977e05b99d | |
| parent | 5fb63bc1423e75812a24e809d16731a3282c2a12 (diff) | |
| download | sqlalchemy-52317cec36e1807d06a9715e2bcc4067b7eb173f.tar.gz | |
fix documentation typo
| -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:: |
