]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: fix typo in doc for sqlite3.Cursor.execute (#112442)
authorTom Levy <tomlevy93@gmail.com>
Mon, 27 Nov 2023 09:27:47 +0000 (22:27 +1300)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 09:27:47 +0000 (09:27 +0000)
Doc/library/sqlite3.rst

index a5b3474f4bd39a0c9de172559516e3ca3a6859b8..6dbb34a84a4c406425528dc6e937349e190b84be 100644 (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>`.