Skip to content

Commit c4f65e6

Browse files
committed
fix comment size on howto example
1 parent e0e33a8 commit c4f65e6

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)