Skip to content

Commit a4c449f

Browse files
authored
Merge pull request #105 from bckohan/v2.x.x
fix comment size on howto example
2 parents 9faacc4 + c4f65e6 commit a4c449f

File tree

1 file changed

+3
-2
lines changed
  • tests/apps/howto/management/commands

1 file changed

+3
-2
lines changed

tests/apps/howto/management/commands/groups.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
class Command(TyperCommand):
55
@group()
66
def group1(self, common_option: bool = False):
7-
# you can define common options that will be available to all subcommands
8-
# of the group, and implement common initialization logic here.
7+
# you can define common options that will be available to all
8+
# subcommands of the group, and implement common initialization
9+
# logic here.
910
...
1011

1112
@group()

0 commit comments

Comments
 (0)