]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90923: Improve sqlite3.Connection.execute* docs (GH-91643)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 17 Apr 2022 21:36:32 +0000 (14:36 -0700)
committerGitHub <noreply@github.com>
Sun, 17 Apr 2022 21:36:32 +0000 (14:36 -0700)
commit833ff16430644a7dacafb061b8a5509818c8b0f7
tree1fb0330cf89c8ed54025922adf88fcf94cbb6cc5
parent2a43afdba94b86e1e11e8d311c66e40b77675500
gh-90923: Improve sqlite3.Connection.execute* docs (GH-91643)

- Drop 'nonstandard'; it does not add any value
- Try to be more concise
- Make return value a little more explicit
(cherry picked from commit 017f07a229a337e9c17bed8cd1879e0177a8d89d)

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