summaryrefslogtreecommitdiff
path: root/doc/build/tutorial/data.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/tutorial/data.rst')
-rw-r--r--doc/build/tutorial/data.rst2
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.