mirror of
https://github.com/python/cpython.git
synced 2026-01-02 13:33:44 +00:00
[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:
parent
882dd9fe0d
commit
eb182fe9eb
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue