Skip to content

Commit

Permalink
Fix "Customizing Colors" documentation section (#11652)
Browse files Browse the repository at this point in the history
Fixes #11573
  • Loading branch information
touilleWoman committed Dec 1, 2023
1 parent 0f6c17c commit 5689d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/how-to/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ through ``add_color_level()``. Example:

.. code-block:: python
@pytest.hookimpl
@pytest.hookimpl(trylast=True)
def pytest_configure(config):
logging_plugin = config.pluginmanager.get_plugin("logging-plugin")
Expand Down

0 comments on commit 5689d80

Please sign in to comment.