Skip to content

Commit

Permalink
[3.10] pythongh-98716: Revert pythongh-96081: Escape lone stars in sq…
Browse files Browse the repository at this point in the history
…lite3 docs (pythonGH-98720).

(cherry picked from commit 365852a)

Co-authored-by: Erlend E. Aasland <[email protected]>
  • Loading branch information
erlend-aasland committed Oct 26, 2022
1 parent fd9bdde commit 267098c
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 @@ -557,7 +557,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 @@ -855,7 +855,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 267098c

Please sign in to comment.