Skip to content
Snippets Groups Projects
Commit 280204a4053d authored by Erlend Egeberg Aasland's avatar Erlend Egeberg Aasland
Browse files

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

The `pages` argument default value now reflects the implementation.
parent f78824acc132
No related branches found
No related tags found
No related merge requests found
......@@ -546,7 +546,7 @@
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
by other clients, or concurrently by the same connection. The copy will be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment