Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d92f89

Browse files
committed
Fix typo in Cursor.execute().
1 parent ed789f9 commit 7d92f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ Cursor Objects
542542
.. literalinclude:: ../includes/sqlite3/execute_1.py
543543

544544
:meth:`execute` will only execute a single SQL statement. If you try to execute
545-
more than one statement with it, it will raise an :exc:`.Warning`. Use
545+
more than one statement with it, it will raise a :exc:`.Warning`. Use
546546
:meth:`executescript` if you want to execute multiple SQL statements with one
547547
call.
548548

0 commit comments

Comments
 (0)