mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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:a158b20019/Modules/_sqlite/connection.cGH-L1434-L1467(cherry picked from commit1ca27f2647) Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com> Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
This commit is contained in:
parent
5fc784e28a
commit
421b543311
1 changed files with 1 additions and 1 deletions
|
|
@ -636,7 +636,7 @@ Cursor Objects
|
|||
This is a nonstandard convenience method for executing multiple SQL statements
|
||||
at once. It issues a ``COMMIT`` statement first, then executes the SQL script it
|
||||
gets as a parameter. This method disregards :attr:`isolation_level`; any
|
||||
transation control must be added to *sql_script*.
|
||||
transaction control must be added to *sql_script*.
|
||||
|
||||
*sql_script* can be an instance of :class:`str`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue