]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 27 Dec 2020 22:56:41 +0000 (14:56 -0800)
committerGitHub <noreply@github.com>
Sun, 27 Dec 2020 22:56:41 +0000 (14:56 -0800)
commit9f6a37cc072dab9f9a13d491d3592d23d9809d2b
tree0289d728d3522bdaf2ef0b9e3f52707d3ece3f31
parentdda12ad63e927e93d71462ad77cc84da55bada9b
bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)

The `pages` argument default value now reflects the implementation.
(cherry picked from commit abba83b4b91f78dc556dc0b7700ecb46cba22c01)

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