Fix typos

This commit is contained in:
Bruno Oliveira
2018-01-23 19:02:32 -02:00
parent 113bfb6be8
commit b4e8861aa5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Logging
.. versionadded:: 3.3
.. versionchanged:: 3.4
Pytest captures log messages of level ``WARNING`` or above automatically and displays them in their own section
pytest captures log messages of level ``WARNING`` or above automatically and displays them in their own section
for each failed test in the same manner as captured stdout and stderr.
Running without options::