Fix "Customizing Colors" documentation section (#11652)

Fixes #11573
This commit is contained in:
touilleWoman 2023-12-01 15:25:01 +01:00 committed by GitHub
parent 0f6c17ca83
commit 5689d806cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")