Skip to content

Commit

Permalink
Fixed spelling in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Jun 28, 2021
1 parent 81d5ad7 commit 658342d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/read_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def do_custom_choices_provider(self, _) -> None:

@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(
Expand Down

0 comments on commit 658342d

Please sign in to comment.