mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Docs: fix typo in doc for sqlite3.Cursor.execute (#112442)
This commit is contained in:
parent
0622839cfe
commit
fb79e1ed4a
1 changed files with 1 additions and 1 deletions
|
@ -1502,7 +1502,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