]> 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 20:56:02 +0000 (13:56 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Aug 2022 20:56:02 +0000 (13:56 -0700)
(cherry picked from commit 7b01ce7953c0e24aa7aeaf207216fc9e7aefd18a)

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

index 18a03a26e29e67600ab828ae1eeb79925260cb8b..27645b05364ee46447b91d5e13ef9eb0981549cb 100644 (file)
@@ -1301,8 +1301,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