From 98209e92ee3ac1dec888eb123141488f265d9082 Mon Sep 17 00:00:00 2001 From: Thomas Hisch Date: Wed, 13 Sep 2017 18:01:58 +0200 Subject: [PATCH] Remove superfluous whitespace in docstring --- _pytest/logging.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_pytest/logging.py b/_pytest/logging.py index 5d5a8522a..36ce3e3b8 100644 --- a/_pytest/logging.py +++ b/_pytest/logging.py @@ -297,8 +297,8 @@ def get_actual_log_level(config, setting_name): def pytest_configure(config): - """Always register the log catcher plugin with py.test or tests can't - find the fixture function. + """Always register the logging plugin with py.test or tests can't + find the fixture function. """ log_cli_level = get_actual_log_level(config, 'log_cli_level') if log_cli_level is None: