Skip to content

Commit 89f5229

Browse files
Docs: fix incorrect formatting in sqlite3 CLI docs (#95581)
1 parent e3b6ff1 commit 89f5229

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Doc/library/sqlite3.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -1454,10 +1454,12 @@ Type ``.quit`` or CTRL-D to exit the shell.
14541454
.. program:: python -m sqlite3 [-h] [-v] [filename] [sql]
14551455

14561456
.. option:: -h, --help
1457-
Print CLI help.
1457+
1458+
Print CLI help.
14581459

14591460
.. option:: -v, --version
1460-
Print underlying SQLite library version.
1461+
1462+
Print underlying SQLite library version.
14611463

14621464
.. versionadded:: 3.12
14631465

0 commit comments

Comments
 (0)