[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:
Miss Islington (bot) 2023-11-27 10:34:19 +01:00 committed by GitHub
parent f9861e69c9
commit 2718947886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>`.