Skip to content

Commit 421a3c5

Browse files
tom93miss-islington
authored andcommitted
Docs: fix typo in doc for sqlite3.Cursor.execute (pythonGH-112442)
(cherry picked from commit fb79e1e) Co-authored-by: Tom Levy <tomlevy93@gmail.com>
1 parent fc657d0 commit 421a3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ Cursor objects
13141314

13151315
.. method:: execute(sql, parameters=(), /)
13161316

1317-
Execute SQL a single SQL statement,
1317+
Execute a single SQL statement,
13181318
optionally binding Python values using
13191319
:ref:`placeholders <sqlite3-placeholders>`.
13201320

0 commit comments

Comments
 (0)