Skip to content

Commit fb79e1e

Browse files
authored
Docs: fix typo in doc for sqlite3.Cursor.execute (#112442)
1 parent 0622839 commit fb79e1e

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