Docs: fix typo in doc for sqlite3.Cursor.execute (#112442)

This commit is contained in:
Tom Levy 2023-11-27 22:27:47 +13:00 committed by GitHub
parent 0622839cfe
commit fb79e1ed4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>`.