Skip to content

Commit

Permalink
Docs: fix typo in doc for sqlite3.Cursor.execute (python#112442)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom93 authored Nov 27, 2023
1 parent 0622839 commit fb79e1e
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 fb79e1e

Please sign in to comment.