Skip to content

Commit 887ab1e

Browse files
tom93Glyphack
authored andcommitted
Docs: fix typo in doc for sqlite3.Cursor.execute (python#112442)
1 parent f5d2397 commit 887ab1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

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

15031503
.. method:: execute(sql, parameters=(), /)
15041504

1505-
Execute SQL a single SQL statement,
1505+
Execute a single SQL statement,
15061506
optionally binding Python values using
15071507
:ref:`placeholders <sqlite3-placeholders>`.
15081508

0 commit comments

Comments
 (0)