summaryrefslogtreecommitdiff
path: root/cmd2
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2')
-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