Skip to content

Commit e5cfb31

Browse files
author
Tyler Goodlet
committed
Drop "Positional" adjective
1 parent 4ab6b1f commit e5cfb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pluggy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def _verify_hook(self, hook, hookimpl):
428428
if notinspec:
429429
raise PluginValidationError(
430430
"Plugin %r for hook %r\nhookimpl definition: %s\n"
431-
"Positional args %s are declared in the hookimpl but "
431+
"Argument(s) %s are declared in the hookimpl but "
432432
"can not be found in the hookspec" %
433433
(hookimpl.plugin_name, hook.name,
434434
_formatdef(hookimpl.function), notinspec)

0 commit comments

Comments
 (0)