8000 Docs: normalise sqlite3 placeholder how-to heading (GH-96413) · python/cpython@895c7a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 895c7a4

Browse files
Docs: normalise sqlite3 placeholder how-to heading (GH-96413)
(cherry picked from commit 7b01ce7) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent 8f58db2 commit 895c7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,8 +1615,8 @@ How-to guides
16151615

16161616
.. _sqlite3-placeholders:
16171617

1618-
Using placeholders to bind values in SQL queries
1619-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1618+
How to use placeholders to bind values in SQL queries
1619+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16201620

16211621
SQL operations usually need to use values from Python variables. However,
16221622
beware of using Python's string operations to assemble queries, as they

0 commit comments

Comments
 (0)
0