diff options
Diffstat (limited to 'Doc/library/sqlite3.rst')
-rw-r--r-- | Doc/library/sqlite3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 096892b605b..4de09e14062 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -1148,7 +1148,7 @@ Connection objects the *remaining* number of pages still to be copied, and the *total* number of pages. Defaults to ``None``. - :type progress: :term:`callback` | None + :type progress: :term:`callback` | None :param str name: The name of the database to back up. |