]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo on tutorial/data.rst
authorFederico Caselli <cfederico87@gmail.com>
Thu, 18 Feb 2021 17:51:18 +0000 (18:51 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 18 Feb 2021 17:51:18 +0000 (18:51 +0100)
Change-Id: Ib7f7a92e2ae15c732659525170118288aebad9a2

doc/build/tutorial/data.rst

index d006a9f852ebb0f7e8673b242865dda16ec94d07..ab180c3c2b0be7111a01b8f19552688ab135abbe 100644 (file)
@@ -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.