]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: fix incorrect formatting in sqlite3 CLI docs (#95581)
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>
Tue, 2 Aug 2022 22:17:09 +0000 (00:17 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Aug 2022 22:17:09 +0000 (00:17 +0200)
Doc/library/sqlite3.rst

index 28bd7ce900b53cf63722566d2d8ef491b23f5ce9..303be6260762810d7893d5f438e230eca076ba2b 100644 (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