Skip to content

Commit

Permalink
Revert incorrect change
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Jun 1, 2022
1 parent 59dcdbd commit 9c112a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ Cursor Objects
:ref:`placeholders <sqlite3-placeholders>`.

:meth:`execute` will only execute a single SQL statement. If you try to execute
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
:meth:`executescript` if you want to execute multiple SQL statements with one
call.

Expand Down

0 comments on commit 9c112a8

Please sign in to comment.