]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720) (...
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Wed, 26 Oct 2022 20:19:20 +0000 (22:19 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2022 20:19:20 +0000 (22:19 +0200)
(cherry picked from commit 365852a03a0c934ccd9b6c2b8e24c71181c41f03)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Doc/library/sqlite3.rst

index 5f276c8d8e682a5a3c0c303b66b8f822e82ab346..8573130536bdb4777e4fdb1516a46650fcf4c9f3 100644 (file)
@@ -557,7 +557,7 @@ Connection objects
       :meth:`~Cursor.executescript` on it with the given *sql_script*.
       Return the new cursor object.
 
-   .. method:: create_function(name, narg, func, \*, deterministic=False)
+   .. method:: create_function(name, narg, func, *, deterministic=False)
 
       Create or remove a user-defined SQL function.
 
@@ -855,7 +855,7 @@ Connection objects
          con.close()
 
 
-   .. method:: backup(target, \*, pages=-1, progress=None, name="main", sleep=0.250)
+   .. method:: backup(target, *, pages=-1, progress=None, name="main", sleep=0.250)
 
       Create a backup of an SQLite database.