We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb93316 commit c1e5745Copy full SHA for c1e5745
1 file changed
examples/subcommands.py
@@ -24,7 +24,7 @@ def base_foo(self, args):
24
self.poutput(args.x * args.y)
25
26
def base_bar(self, args):
27
- """bar sucommand of base command"""
+ """bar subcommand of base command"""
28
self.poutput('((%s))' % args.z)
29
30
# create the top-level parser for the base command
0 commit comments