Skip to content

Commit 20fe3b8

Browse files
committed
Fixed RST warning about empty line
1 parent 44894c6 commit 20fe3b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/cli-reference.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ This page lists the ``--help`` for every ``sqlite-utils`` CLI sub-command.
5656
"convert": "cli_convert",
5757
}
5858
commands.sort(key = lambda command: go_first.index(command) if command in go_first else 999)
59+
cog.out("\n")
5960
for command in commands:
6061
cog.out(command + "\n")
6162
cog.out(("=" * len(command)) + "\n\n")
@@ -74,6 +75,7 @@ This page lists the ``--help`` for every ``sqlite-utils`` CLI sub-command.
7475
cog.out(textwrap.indent(output, ' '))
7576
cog.out("\n\n")
7677
.. ]]]
78+
7779
query
7880
=====
7981

0 commit comments

Comments
 (0)