Merge from 3.5

This commit is contained in:
Berker Peksag 2016-08-25 00:50:59 +03:00
commit 12f611a47a

View file

@ -542,7 +542,7 @@ Cursor Objects
.. literalinclude:: ../includes/sqlite3/execute_1.py
:meth:`execute` will only execute a single SQL statement. If you try to execute
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
:meth:`executescript` if you want to execute multiple SQL statements with one
call.