Skip to content

Commit c871ff7

Browse files
[3.10] Docs: Escape lone stars in sqlite3 docs (pythonGH-96081).
(cherry picked from commit 91afe66) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent 230b630 commit c871ff7

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
@@ -452,7 +452,7 @@ Connection objects
452452
:meth:`~Cursor.executescript` on it with the given *sql_script*.
453453
Return the new cursor object.
454454

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

457457
Create or remove a user-defined SQL function.
458458

@@ -696,7 +696,7 @@ Connection objects
696696
con.close()
697697

698698

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

701701
Create a backup of an SQLite database.
702702

0 commit comments

Comments
 (0)