Skip to content

Commit

Permalink
Docs: normalise sqlite3 placeholder how-to heading (#96413)
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Aug 30, 2022
1 parent f49dd54 commit 7b01ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1653,8 +1653,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 7b01ce7

Please sign in to comment.