Skip to content

Commit 421b543

Browse files
bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) (GH-27149)
To my understanding, this is supposed to say "transaction". See the relevant source: https://github.com/python/cpython/blob/a158b20019b50e3ece6e4743ec4e6ae8d818b690/Modules/_sqlite/connection.cGH-L1434-L1467 (cherry picked from commit 1ca27f2) Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com> Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
1 parent 5fc784e commit 421b543

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
@@ -636,7 +636,7 @@ Cursor Objects
636636
This is a nonstandard convenience method for executing multiple SQL statements
637637
at once. It issues a ``COMMIT`` statement first, then executes the SQL script it
638638
gets as a parameter. This method disregards :attr:`isolation_level`; any
639-
transation control must be added to *sql_script*.
639+
transaction control must be added to *sql_script*.
640640

641641
*sql_script* can be an instance of :class:`str`.
642642

0 commit comments

Comments
 (0)