Skip to content

Commit 9c112a8

Browse files
Revert incorrect change
1 parent 59dcdbd commit 9c112a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ Cursor Objects
844844
:ref:`placeholders <sqlite3-placeholders>`.
845845

846846
: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
847+
more than one statement with it, it will raise a :exc:`.Warning`. Use
848848
:meth:`executescript` if you want to execute multiple SQL statements with one
849849
call.
850850

0 commit comments

Comments
 (0)