From: Federico Caselli Date: Thu, 18 Feb 2021 17:51:18 +0000 (+0100) Subject: Fix typo on tutorial/data.rst X-Git-Tag: rel_1_4_0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=227fd31d7d7c9354e51008e5a14e2cb5ee885266;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo on tutorial/data.rst Change-Id: Ib7f7a92e2ae15c732659525170118288aebad9a2 --- 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.