From f81b71175dce49cfd15b6c53b7f5ccc05d715ed5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 27 Apr 2021 22:22:01 +0200 Subject: [PATCH] =?utf8?q?=E2=9C=8F=EF=B8=8F=20Fix=20small=20formatting=20?= =?utf8?q?typo=20in=20"Working=20with=20Data"=20(#6370)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- 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 19a99e69ba..1d5dde7b84 100644 --- a/doc/build/tutorial/data.rst +++ b/doc/build/tutorial/data.rst @@ -35,7 +35,7 @@ The components of this section are as follows: section :ref:`tutorial_select_relationships` as well as the :ref:`queryguide_toplevel`. -* :ref:`tutorial_core_update_delete` - Rounding out the INSERT and SELECtion +* :ref:`tutorial_core_update_delete` - Rounding out the INSERT and SELECTion of data, this section will describe from a Core perspective the use of the :class:`_sql.Update` and :class:`_sql.Delete` constructs. ORM-specific UPDATE and DELETE is similarly described in the -- 2.47.3