Skip to content

Commit 2718947

Browse files
[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 fb79e1e) Co-authored-by: Tom Levy <tomlevy93@gmail.com>
1 parent f9861e6 commit 2718947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ Cursor objects
14711471

14721472
.. method:: execute(sql, parameters=(), /)
14731473

1474-
Execute SQL a single SQL statement,
1474+
Execute a single SQL statement,
14751475
optionally binding Python values using
14761476
:ref:`placeholders <sqlite3-placeholders>`.
14771477

0 commit comments

Comments
 (0)