diff --git a/pluggy.py b/pluggy.py index 101e6c6d..fa30fcdb 100644 --- a/pluggy.py +++ b/pluggy.py @@ -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)