Skip to content

Commit 227fd31

Browse files
committed
Fix typo on tutorial/data.rst
Change-Id: Ib7f7a92e2ae15c732659525170118288aebad9a2
1 parent 498db83 commit 227fd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build/tutorial/data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@ tuples so that this order may be controlled [2]_::
18871887
`guaranteed to be insert ordered
18881888
<https://mail.python.org/pipermail/python-dev/2017-December/151283.html>`_
18891889
as of Python 3.7, the
1890-
:meth:`_sql.Update.ordered_values` method stilll provides an additional
1890+
:meth:`_sql.Update.ordered_values` method still provides an additional
18911891
measure of clarity of intent when it is essential that the SET clause
18921892
of a MySQL UPDATE statement proceed in a specific way.
18931893

0 commit comments

Comments
 (0)