mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Docs: fix incorrect formatting in sqlite3 CLI docs (#95581)
This commit is contained in:
parent
e3b6ff19aa
commit
89f5229328
1 changed files with 4 additions and 2 deletions
|
@ -1454,10 +1454,12 @@ Type ``.quit`` or CTRL-D to exit the shell.
|
|||
.. program:: python -m sqlite3 [-h] [-v] [filename] [sql]
|
||||
|
||||
.. option:: -h, --help
|
||||
Print CLI help.
|
||||
|
||||
Print CLI help.
|
||||
|
||||
.. option:: -v, --version
|
||||
Print underlying SQLite library version.
|
||||
|
||||
Print underlying SQLite library version.
|
||||
|
||||
.. versionadded:: 3.12
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue