summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-06-28 13:56:34 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-06-28 13:56:34 -0400
commit658342dc497a2142923ec04e6b69b5181a1aa6bb (patch)
treefa3596eb4fd995fb302e89f0927f4c4edbd27eb9
parent81d5ad7cac5dbb55e0c615c1aede6c210142458d (diff)
downloadcmd2-git-658342dc497a2142923ec04e6b69b5181a1aa6bb.tar.gz
Fixed spelling in docstring
-rw-r--r--examples/read_input.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/read_input.py b/examples/read_input.py
index f45fc7c8..ea54fe4b 100644
--- a/examples/read_input.py
+++ b/examples/read_input.py
@@ -86,7 +86,7 @@ class ReadInputApp(cmd2.Cmd):
@cmd2.with_category(EXAMPLE_COMMANDS)
def do_custom_completer(self, _) -> None:
- """all read_input to use custom history and completer function"""
+ """Call read_input to use custom history and completer function"""
self.poutput("Tab completing paths and using custom history")
try:
input_str = self.read_input(