]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
✏️ Fix small formatting typo in "Working with Data" (#6370)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 27 Apr 2021 20:22:01 +0000 (22:22 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Apr 2021 20:22:01 +0000 (22:22 +0200)
doc/build/tutorial/data.rst

index 19a99e69ba0c6189bddbf93e89c7e434ceed8b08..1d5dde7b847d24887b71614edfde87ee7a165c83 100644 (file)
@@ -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