Skip to content

Commit 23c7dab

Browse files
authored
docs: hookimpl must be hashable
See #327
1 parent 776e8f7 commit 23c7dab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ which has been appropriately marked.
224224
*hookimpls* are loaded from a plugin using the
225225
:py:meth:`~pluggy.PluginManager.register()` method:
226226

227+
*hookimpls* must be hashable.
228+
227229
.. code-block:: python
228230
229231
import sys

0 commit comments

Comments
 (0)