bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)

The `pages` argument default value now reflects the implementation.
This commit is contained in:
Erlend Egeberg Aasland 2020-12-27 23:35:17 +01:00 committed by GitHub
parent bf64d9064a
commit abba83b4b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ Connection Objects
con.close() con.close()
.. method:: backup(target, *, pages=0, progress=None, name="main", sleep=0.250) .. method:: backup(target, *, pages=-1, progress=None, name="main", sleep=0.250)
This method makes a backup of a SQLite database even while it's being accessed This method makes a backup of a SQLite database even while it's being accessed
by other clients, or concurrently by the same connection. The copy will be by other clients, or concurrently by the same connection. The copy will be