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.
1 parent ff5fd18 commit 48ff0aaCopy full SHA for 48ff0aa
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