[Python-checkins] Docs: fix incorrect formatting in sqlite3 CLI docs (#95581)

erlend-aasland webhook-mailer at python.org
Tue Aug 2 18:17:19 EDT 2022


https://github.com/python/cpython/commit/89f52293281b6efc4ef666ef25e677683821f4b9
commit: 89f52293281b6efc4ef666ef25e677683821f4b9
branch: main
author: Erlend Egeberg Aasland <erlend.aasland at protonmail.com>
committer: erlend-aasland <erlend.aasland at protonmail.com>
date: 2022-08-03T00:17:09+02:00
summary:

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

files:
M Doc/library/sqlite3.rst

diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index 28bd7ce900b..303be626076 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -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
 



More information about the Python-checkins mailing list