Skip to content

Commit 1ca27f2

Browse files
authored
bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145)
To my understanding, this is supposed to say "transaction". See the relevant source: https://github.com/python/cpython/blob/a158b20019b50e3ece6e4743ec4e6ae8d818b690/Modules/_sqlite/connection.c#L1434-L1467
1 parent a158b20 commit 1ca27f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ Cursor Objects
654654
This is a nonstandard convenience method for executing multiple SQL statements
655655
at once. It issues a ``COMMIT`` statement first, then executes the SQL script it
656656
gets as a parameter. This method disregards :attr:`isolation_level`; any
657-
transation control must be added to *sql_script*.
657+
transaction control must be added to *sql_script*.
658658

659659
*sql_script* can be an instance of :class:`str`.
660660

0 commit comments

Comments
 (0)