Skip to content

Commit faa1ef4

Browse files
[3.11] Docs: fix typo in doc for sqlite3.Cursor.execute (GH-112442) (#112445)
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 fc657d0 commit faa1ef4

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
@@ -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)