Skip to content

Commit efe3e77

Browse files
committed
Linting.
1 parent d9cadd1 commit efe3e77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

consolekit/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,15 @@
6262
"click_command",
6363
"click_group",
6464
"option",
65+
"SuggestionGroup",
6566
]
6667

6768

6869
class SuggestionGroup(click.Group):
6970
"""
7071
Subclass of :class:`click.Group` which suggests the most similar command if the command is not found.
7172
72-
.. versionadded 0.1.2
73+
.. versionadded 0.2.0
7374
"""
7475

7576
def resolve_command(self, ctx, args):

0 commit comments

Comments
 (0)