We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc784e commit 421b543Copy full SHA for 421b543
Doc/library/sqlite3.rst
@@ -636,7 +636,7 @@ Cursor Objects
636
This is a nonstandard convenience method for executing multiple SQL statements
637
at once. It issues a ``COMMIT`` statement first, then executes the SQL script it
638
gets as a parameter. This method disregards :attr:`isolation_level`; any
639
- transation control must be added to *sql_script*.
+ transaction control must be added to *sql_script*.
640
641
*sql_script* can be an instance of :class:`str`.
642
0 commit comments