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 a158b20 commit 1ca27f2Copy full SHA for 1ca27f2
Doc/library/sqlite3.rst
@@ -654,7 +654,7 @@ Cursor Objects
654
This is a nonstandard convenience method for executing multiple SQL statements
655
at once. It issues a ``COMMIT`` statement first, then executes the SQL script it
656
gets as a parameter. This method disregards :attr:`isolation_level`; any
657
- transation control must be added to *sql_script*.
+ transaction control must be added to *sql_script*.
658
659
*sql_script* can be an instance of :class:`str`.
660
0 commit comments