Skip to content

Commit

Permalink
Docs: fix typo in doc for sqlite3.Cursor.execute (#112442)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom93 authored and pull[bot] committed Dec 6, 2023
1 parent 92a9f83 commit 91a3787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ Cursor objects

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

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

Expand Down

0 comments on commit 91a3787

Please sign in to comment.