We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5535272 + 51c6941 commit 21b3cabCopy full SHA for 21b3cab
click_plugins/core.py
@@ -30,7 +30,7 @@ def with_plugins(plugins):
30
31
def decorator(group):
32
if not isinstance(group, click.Group):
33
- raise TypeError("Plugins can only be attacked to an instance of click.Group()")
+ raise TypeError("Plugins can only be attached to an instance of click.Group()")
34
35
for entry_point in plugins or ():
36
try:
0 commit comments