Skip to content

Commit b4e8861

Browse files
committed
Fix typos
1 parent 113bfb6 commit b4e8861

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_pytest/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def pytest_runtestloop(self, session):
355355
yield # run all the tests
356356

357357
def _setup_cli_logging(self):
358-
"""Setups the handler and logger for the Live Logs feature, if enabled.
358+
"""Sets up the handler and logger for the Live Logs feature, if enabled.
359359
360360
This must be done right before starting the loop so we can access the terminal reporter plugin.
361361
"""

doc/en/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Logging
66
.. versionadded:: 3.3
77
.. versionchanged:: 3.4
88

9-
Pytest captures log messages of level ``WARNING`` or above automatically and displays them in their own section
9+
pytest captures log messages of level ``WARNING`` or above automatically and displays them in their own section
1010
for each failed test in the same manner as captured stdout and stderr.
1111

1212
Running without options::

0 commit comments

Comments
 (0)