Skip to content

Commit

Permalink
[3.10] Docs: Escape lone stars in sqlite3 docs (pythonGH-96081). (pyt…
Browse files Browse the repository at this point in the history
…hon#96085)

(cherry picked from commit 91afe66)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
erlend-aasland authored Aug 18, 2022
1 parent 882dd9f commit eb182fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit eb182fe

Please sign in to comment.