mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.12] Docs: fix typo in doc for sqlite3.Cursor.execute (GH-112442) (#112444)
Docs: fix typo in doc for sqlite3.Cursor.execute (GH-112442)
(cherry picked from commit fb79e1ed4a)
Co-authored-by: Tom Levy <tomlevy93@gmail.com>
This commit is contained in:
parent
f9861e69c9
commit
2718947886
1 changed files with 1 additions and 1 deletions
|
|
@ -1471,7 +1471,7 @@ Cursor objects
|
|||
|
||||
.. method:: execute(sql, parameters=(), /)
|
||||
|
||||
Execute SQL a single SQL statement,
|
||||
Execute a single SQL statement,
|
||||
optionally binding Python values using
|
||||
:ref:`placeholders <sqlite3-placeholders>`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue