Skip to content

Commit c1e5745

Browse files
committed
Fixed typo
1 parent eb93316 commit c1e5745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/subcommands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def base_foo(self, args):
2424
self.poutput(args.x * args.y)
2525

2626
def base_bar(self, args):
27-
"""bar sucommand of base command"""
27+
"""bar subcommand of base command"""
2828
self.poutput('((%s))' % args.z)
2929

3030
# create the top-level parser for the base command

0 commit comments

Comments
 (0)