We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c787646 + 7d92f89 commit 12f611aCopy full SHA for 12f611a
1 file changed
Doc/library/sqlite3.rst
@@ -542,7 +542,7 @@ Cursor Objects
542
.. literalinclude:: ../includes/sqlite3/execute_1.py
543
544
:meth:`execute` will only execute a single SQL statement. If you try to execute
545
- more than one statement with it, it will raise an :exc:`.Warning`. Use
+ more than one statement with it, it will raise a :exc:`.Warning`. Use
546
:meth:`executescript` if you want to execute multiple SQL statements with one
547
call.
548
0 commit comments