Skip to content

Commit

Permalink
Drop "Positional" adjective
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Goodlet committed Feb 18, 2017
1 parent 4ab6b1f commit e5cfb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pluggy.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def _verify_hook(self, hook, hookimpl):
if notinspec:
raise PluginValidationError(
"Plugin %r for hook %r\nhookimpl definition: %s\n"
"Positional args %s are declared in the hookimpl but "
"Argument(s) %s are declared in the hookimpl but "
"can not be found in the hookspec" %
(hookimpl.plugin_name, hook.name,
_formatdef(hookimpl.function), notinspec)
Expand Down

0 comments on commit e5cfb31

Please sign in to comment.