]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) (GH-27149)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 Jul 2021 22:49:33 +0000 (15:49 -0700)
committerGitHub <noreply@github.com>
Wed, 14 Jul 2021 22:49:33 +0000 (23:49 +0100)
commit421b543311c2eee67482bba894e475a2696423d5
treeff1322cdaa3a1cba3be87066c31fc9fe5c3f9898
parent5fc784e28ab9cd02c30395d1973ff825b787efa2
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 1ca27f264730abaaa48b3c5e7c6eafb45017b824)

Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
Doc/library/sqlite3.rst