mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix typo in Cursor.execute().
This commit is contained in:
parent
ed789f9cf9
commit
7d92f892b4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue