]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29566)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Nov 2021 23:31:38 +0000 (15:31 -0800)
committerGitHub <noreply@github.com>
Mon, 15 Nov 2021 23:31:38 +0000 (15:31 -0800)
commit94dad5e41e5863e03972f3f3646087fb591f73f9
tree81d594cf0a9fac4d7df8063219e29674efcb7dee
parent0320cf1a250b025f2ef25637851384bf8b61d207
bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29566)

* bpo-45677: Avoid addressing the reader as 'you' in sqlite3 docs

* Adjust wording

* Adjust wording again

* Typo

* Update Doc/library/sqlite3.rst

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* Address review: adjust wording

* Update Doc/library/sqlite3.rst

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* Update Lib/sqlite3/__init__.py

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* Update Doc/library/sqlite3.rst

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* Update Doc/library/sqlite3.rst

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* Update Lib/sqlite3/__init__.py

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* Update Doc/library/sqlite3.rst

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* Apply Alex' suggestion, and apply 80 char limit to PR

* Minor adjustment

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
(cherry picked from commit 6c5a312fb6d92e879bf4c570b94e18bb9ffe5970)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Doc/library/sqlite3.rst
Lib/sqlite3/__init__.py