Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed789f9 commit 7d92f89Copy full SHA for 7d92f89
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