]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: normalise sqlite3 placeholder how-to heading (GH-96413)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Aug 2022 21:06:11 +0000 (14:06 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Aug 2022 21:06:11 +0000 (14:06 -0700)
(cherry picked from commit 7b01ce7953c0e24aa7aeaf207216fc9e7aefd18a)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Doc/library/sqlite3.rst

index 21ad3540ccbb770facfe3339f300c970453f025c..2c58ef71c33f6a84d6d10a162facf1aa8d061757 100644 (file)
@@ -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