Skip to content

Commit b59e917

Browse files
authored
Fix typo in docstring
1 parent e57c82a commit b59e917

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)