Skip to content

Commit e587897

Browse files
committed
remove reference to missing 'excludefunc' arg in PluginManager docstring
1 parent 843d4b9 commit e587897

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pluggy/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ class PluginManager(object):
193193
You can register plugin objects (which contain hooks) by calling
194194
``register(plugin)``. The Pluginmanager is initialized with a
195195
prefix that is searched for in the names of the dict of registered
196-
plugin objects. An optional excludefunc allows to blacklist names which
197-
are not considered as hooks despite a matching prefix.
196+
plugin objects.
198197
199198
For debugging purposes you can call ``enable_tracing()``
200199
which will subsequently send debug information to the trace helper.

0 commit comments

Comments
 (0)