From 227fd31d7d7c9354e51008e5a14e2cb5ee885266 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Thu, 18 Feb 2021 18:51:18 +0100 Subject: [PATCH] Fix typo on tutorial/data.rst Change-Id: Ib7f7a92e2ae15c732659525170118288aebad9a2 --- doc/build/tutorial/data.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/tutorial/data.rst b/doc/build/tutorial/data.rst index d006a9f852..ab180c3c2b 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 `_ 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. -- 2.47.2