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 03c85d4 commit 3048b8bCopy full SHA for 3048b8b
Doc/library/sqlite3.rst
@@ -649,7 +649,7 @@ Cursor Objects
649
This is a nonstandard convenience method for executing multiple SQL statements
650
at once. It issues a ``COMMIT`` statement first, then executes the SQL script it
651
gets as a parameter. This method disregards :attr:`isolation_level`; any
652
- transation control must be added to *sql_script*.
+ transaction control must be added to *sql_script*.
653
654
*sql_script* can be an instance of :class:`str`.
655
0 commit comments