Skip to content

Commit 102b6c1

Browse files
committed
Fixed typo in example
1 parent 3975126 commit 102b6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/help_categories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def do_list(self, _):
3939

4040
def do_deploy(self, _):
4141
"""Deploy command"""
42-
self.poutput('Which')
42+
self.poutput('Deploy')
4343

4444
def do_start(self, _):
4545
"""Start command"""

0 commit comments

Comments
 (0)