Skip to content

Commit fb2f96c

Browse files
author
goodboy
authored
Merge pull request #137 from MarSoft/patch-1
Fix typo in docstring
2 parents e57c82a + b59e917 commit fb2f96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pluggy/hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def remove(wrappers):
210210
raise ValueError("plugin %r not found" % (plugin,))
211211

212212
def _add_hookimpl(self, hookimpl):
213-
"""A an implementation to the callback chain.
213+
"""Add an implementation to the callback chain.
214214
"""
215215
if hookimpl.hookwrapper:
216216
methods = self._wrappers

0 commit comments

Comments
 (0)