Docs: fix incorrect formatting in sqlite3 CLI docs (#95581)

This commit is contained in:
Erlend Egeberg Aasland 2022-08-03 00:17:09 +02:00 committed by GitHub
parent e3b6ff19aa
commit 89f5229328
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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