Skip to content

Commit

Permalink
[3.10] gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (G…
Browse files Browse the repository at this point in the history
…H-98720) (#98737)

(cherry picked from commit 365852a)

Co-authored-by: Erlend E. Aasland <[email protected]>
  • Loading branch information
erlend-aasland authored Oct 26, 2022
1 parent fd9bdde commit 4b41b11
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 4b41b11

Please sign in to comment.