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 59dcdbd commit 9c112a8Copy full SHA for 9c112a8
Doc/library/sqlite3.rst
@@ -844,7 +844,7 @@ Cursor Objects
844
:ref:`placeholders <sqlite3-placeholders>`.
845
846
:meth:`execute` will only execute a single SQL statement. If you try to execute
847
- more than one statement with it, it will raise a :exc:`ProgrammingError`. Use
+ more than one statement with it, it will raise a :exc:`.Warning`. Use
848
:meth:`executescript` if you want to execute multiple SQL statements with one
849
call.
850
0 commit comments