]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: normalise sqlite3 placeholder how-to heading (#96413)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Tue, 30 Aug 2022 20:44:14 +0000 (22:44 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Aug 2022 20:44:14 +0000 (22:44 +0200)
Doc/library/sqlite3.rst

index 31a0e7f0b53e4f8aeb5c1e19bde048f055f636ad..58343b1a0f77cc786945541fce9b6f254230bbd8 100644 (file)
@@ -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