Skip to content

Commit 658342d

Browse files
committed
Fixed spelling in docstring
1 parent 81d5ad7 commit 658342d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/read_input.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def do_custom_choices_provider(self, _) -> None:
8686

8787
@cmd2.with_category(EXAMPLE_COMMANDS)
8888
def do_custom_completer(self, _) -> None:
89-
"""all read_input to use custom history and completer function"""
89+
"""Call read_input to use custom history and completer function"""
9090
self.poutput("Tab completing paths and using custom history")
9191
try:
9292
input_str = self.read_input(

0 commit comments

Comments
 (0)