Fix: fix the "Customizing Colors" documentation section

This commit is contained in:
touilleWoman 2023-11-30 13:36:36 +01:00
parent 81c06b3955
commit 673e5a0966
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ through ``add_color_level()``. Example:
.. code-block:: python .. code-block:: python
@pytest.hookimpl @pytest.hookimpl(trylast=True)
def pytest_configure(config): def pytest_configure(config):
logging_plugin = config.pluginmanager.get_plugin("logging-plugin") logging_plugin = config.pluginmanager.get_plugin("logging-plugin")