Skip to content

Commit 21b3cab

Browse files
committed
Merge pull request #5 from guewen/patch-1
Correct a typo in error message
2 parents 5535272 + 51c6941 commit 21b3cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

click_plugins/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def with_plugins(plugins):
3030

3131
def decorator(group):
3232
if not isinstance(group, click.Group):
33-
raise TypeError("Plugins can only be attacked to an instance of click.Group()")
33+
raise TypeError("Plugins can only be attached to an instance of click.Group()")
3434

3535
for entry_point in plugins or ():
3636
try:

0 commit comments

Comments
 (0)