[3.10] Docs: Escape lone stars in sqlite3 docs (GH-96081). (#96085)

(cherry picked from commit 91afe66707)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
Erlend E. Aasland 2022-08-18 22:27:51 +02:00 committed by GitHub
parent 882dd9fe0d
commit eb182fe9eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -540,7 +540,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.
@ -784,7 +784,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.