Skip to content

Commit eb182fe

Browse files
[3.10] Docs: Escape lone stars in sqlite3 docs (GH-96081). (#96085)
(cherry picked from commit 91afe66) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 882dd9f commit eb182fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ Connection objects
540540
:meth:`~Cursor.executescript` on it with the given *sql_script*.
541541
Return the new cursor object.
542542

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

545545
Create or remove a user-defined SQL function.
546546

@@ -784,7 +784,7 @@ Connection objects
784784
con.close()
785785

786786

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

789789
Create a backup of an SQLite database.
790790

0 commit comments

Comments
 (0)