summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-04-20 21:49:45 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-04-20 21:49:45 -0400
commite23e010f013b7384cb79450258778bc63d64832a (patch)
tree6a3abce6fc8ce5cd5f257fa94b76b95923516ff8 /cmd2/cmd2.py
parentafe89a7ab3583d3619f933280ce70d358f2a7d2a (diff)
downloadcmd2-git-e23e010f013b7384cb79450258778bc63d64832a.tar.gz
Fix doc build
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r--cmd2/cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index fa61f961..6dbe6d90 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -2104,7 +2104,7 @@ class Cmd(cmd.Cmd):
:param allow_completion: if True, then tab completion of commands is enabled. This generally should be
set to False unless reading the command line. Defaults to False.
:return: the line read from stdin with all trailing new lines removed
- :raises any exceptions raised by input() and stdin.readline()
+ :raises: any exceptions raised by input() and stdin.readline()
"""
completion_disabled = False
orig_completer = None