We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff5fd18 + 48ff0aa commit 480ff36Copy full SHA for 480ff36
pluggy.py
@@ -309,7 +309,7 @@ class PluginManager(object):
309
""" Core Pluginmanager class which manages registration
310
of plugin objects and 1:N hook calling.
311
312
- You can register new hooks by calling ``addhooks(module_or_class)``.
+ You can register new hooks by calling ``add_hookspec(module_or_class)``.
313
You can register plugin objects (which contain hooks) by calling
314
``register(plugin)``. The Pluginmanager is initialized with a
315
prefix that is searched for in the names of the dict of registered
0 commit comments