diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2021-02-18 18:51:18 +0100 |
|---|---|---|
| committer | Federico Caselli <cfederico87@gmail.com> | 2021-02-18 18:51:18 +0100 |
| commit | 227fd31d7d7c9354e51008e5a14e2cb5ee885266 (patch) | |
| tree | 3249d4ff8cc727e6ffad5031b274d81ee71c0f85 /doc/build/tutorial | |
| parent | 498db831718cb5df213b1afdd2027878e0e72fd4 (diff) | |
| download | sqlalchemy-227fd31d7d7c9354e51008e5a14e2cb5ee885266.tar.gz | |
Fix typo on tutorial/data.rst
Change-Id: Ib7f7a92e2ae15c732659525170118288aebad9a2
Diffstat (limited to 'doc/build/tutorial')
| -rw-r--r-- | doc/build/tutorial/data.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/tutorial/data.rst b/doc/build/tutorial/data.rst index d006a9f85..ab180c3c2 100644 --- a/doc/build/tutorial/data.rst +++ b/doc/build/tutorial/data.rst @@ -1887,7 +1887,7 @@ tuples so that this order may be controlled [2]_:: `guaranteed to be insert ordered <https://mail.python.org/pipermail/python-dev/2017-December/151283.html>`_ as of Python 3.7, the - :meth:`_sql.Update.ordered_values` method stilll provides an additional + :meth:`_sql.Update.ordered_values` method still provides an additional measure of clarity of intent when it is essential that the SET clause of a MySQL UPDATE statement proceed in a specific way. |
