Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49dd54 commit 7b01ce7Copy full SHA for 7b01ce7
1 file changed
Doc/library/sqlite3.rst
@@ -1653,8 +1653,8 @@ How-to guides
1653
1654
.. _sqlite3-placeholders:
1655
1656
-Using placeholders to bind values in SQL queries
1657
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+How to use placeholders to bind values in SQL queries
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1658
1659
SQL operations usually need to use values from Python variables. However,
1660
beware of using Python's string operations to assemble queries, as they
0 commit comments