Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog/186.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fix incorrect ``:py:class:`` role used for a method reference in
``docs/index.rst``; ``PluginManager.add_hookcall_monitoring()`` is
now correctly referenced with ``:py:meth:``.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ Call monitoring
---------------
Instead of using the built-in tracing mechanism you can also add your
own ``before`` and ``after`` monitoring functions using
:py:class:`pluggy.PluginManager.add_hookcall_monitoring()`.
:py:meth:`pluggy.PluginManager.add_hookcall_monitoring()`.

The expected signature and default implementations for these functions is:

Expand Down