diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-06-28 13:56:34 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-06-28 13:56:34 -0400 |
| commit | 658342dc497a2142923ec04e6b69b5181a1aa6bb (patch) | |
| tree | fa3596eb4fd995fb302e89f0927f4c4edbd27eb9 | |
| parent | 81d5ad7cac5dbb55e0c615c1aede6c210142458d (diff) | |
| download | cmd2-git-658342dc497a2142923ec04e6b69b5181a1aa6bb.tar.gz | |
Fixed spelling in docstring
| -rw-r--r-- | examples/read_input.py | 2 |
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( |
