Skip to content

Commit c00c188

Browse files
cmd.rst/docs: Add a blank line.
1 parent ede178a commit c00c188

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/cmd.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ interface.
3232
``Cmd`` will use ``'^I'`` instead of ``'tab'``.
3333
Note that other values are not treated this way, and might only work
3434
with a specific backend.
35+
3536
The optional arguments *stdin* and *stdout* specify the input and output file
3637
objects that the Cmd instance or subclass instance will use for input and
3738
output. If not specified, they will default to :data:`sys.stdin` and

0 commit comments

Comments
 (0)