Skip to content

Commit

Permalink
Docs: normalise sqlite3 placeholder how-to heading (GH-96413)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7b01ce7)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
miss-islington and erlend-aasland committed Aug 30, 2022
1 parent 8f58db2 commit 895c7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/sqlite3.rst
Expand Up @@ -1615,8 +1615,8 @@ How-to guides

.. _sqlite3-placeholders:

Using placeholders to bind values in SQL queries
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
How to use placeholders to bind values in SQL queries
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

SQL operations usually need to use values from Python variables. However,
beware of using Python's string operations to assemble queries, as they
Expand Down

0 comments on commit 895c7a4

Please sign in to comment.