Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b01ce7

Browse files
Docs: normalise sqlite3 placeholder how-to heading (#96413)
1 parent f49dd54 commit 7b01ce7

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
@@ -1653,8 +1653,8 @@ How-to guides
16531653

16541654
.. _sqlite3-placeholders:
16551655

1656-
Using placeholders to bind values in SQL queries
1657-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1656+
How to use placeholders to bind values in SQL queries
1657+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16581658

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

0 commit comments

Comments
 (0)