From: Sebastián Ramírez Date: Tue, 27 Apr 2021 20:22:01 +0000 (+0200) Subject: ✏️ Fix small formatting typo in "Working with Data" (#6370) X-Git-Tag: rel_1_4_12~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f81b71175dce49cfd15b6c53b7f5ccc05d715ed5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git ✏️ Fix small formatting typo in "Working with Data" (#6370) --- 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