Skip to content

Commit 480ff36

Browse files
authored
Merge pull request #18 from jinty/master
typo
2 parents ff5fd18 + 48ff0aa commit 480ff36

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
@@ -309,7 +309,7 @@ class PluginManager(object):
309309
""" Core Pluginmanager class which manages registration
310310
of plugin objects and 1:N hook calling.
311311
312-
You can register new hooks by calling ``addhooks(module_or_class)``.
312+
You can register new hooks by calling ``add_hookspec(module_or_class)``.
313313
You can register plugin objects (which contain hooks) by calling
314314
``register(plugin)``. The Pluginmanager is initialized with a
315315
prefix that is searched for in the names of the dict of registered

0 commit comments

Comments
 (0)