From: Erlend E. Aasland Date: Tue, 30 Aug 2022 20:44:14 +0000 (+0200) Subject: Docs: normalise sqlite3 placeholder how-to heading (#96413) X-Git-Tag: v3.12.0a1~512 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b01ce7953c0e24aa7aeaf207216fc9e7aefd18a;p=thirdparty%2FPython%2Fcpython.git Docs: normalise sqlite3 placeholder how-to heading (#96413) --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 31a0e7f0b53e..58343b1a0f77 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -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