diff options
author | Sebastián Ramírez <tiangolo@gmail.com> | 2021-04-27 22:22:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 22:22:01 +0200 |
commit | f81b71175dce49cfd15b6c53b7f5ccc05d715ed5 (patch) | |
tree | 3c192e7ed28e948fb5ec327e597d1eef98cbc5c3 | |
parent | a4b2b2b837242a9af450203349adaedde9b8ac81 (diff) | |
download | sqlalchemy-f81b71175dce49cfd15b6c53b7f5ccc05d715ed5.tar.gz |
✏️ Fix small formatting typo in "Working with Data" (#6370)
-rw-r--r-- | doc/build/tutorial/data.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/tutorial/data.rst b/doc/build/tutorial/data.rst index 19a99e69b..1d5dde7b8 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 |