Skip to content

Commit 4b41b11

Browse files
[3.10] gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720) (#98737)
(cherry picked from commit 365852a) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent fd9bdde commit 4b41b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ Connection objects
557557
:meth:`~Cursor.executescript` on it with the given *sql_script*.
558558
Return the new cursor object.
559559

560-
.. method:: create_function(name, narg, func, \*, deterministic=False)
560+
.. method:: create_function(name, narg, func, *, deterministic=False)
561561

562562
Create or remove a user-defined SQL function.
563563

@@ -855,7 +855,7 @@ Connection objects
855855
con.close()
856856

857857

858-
.. method:: backup(target, \*, pages=-1, progress=None, name="main", sleep=0.250)
858+
.. method:: backup(target, *, pages=-1, progress=None, name="main", sleep=0.250)
859859

860860
Create a backup of an SQLite database.
861861

0 commit comments

Comments
 (0)