summaryrefslogtreecommitdiff
path: root/doc/en/logging.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-01-23 19:02:32 -0200
committerBruno Oliveira <nicoddemus@gmail.com>2018-01-23 19:02:32 -0200
commitb4e8861aa583e9fc365e5bb4769e3a6e5c94f78a (patch)
tree2f200cdfe752f860a42eb039c87a5969a6ad0794 /doc/en/logging.rst
parent113bfb6be88523df3983c358fbed5bb75f234b0c (diff)
downloadpytest-b4e8861aa583e9fc365e5bb4769e3a6e5c94f78a.tar.gz
Fix typos
Diffstat (limited to 'doc/en/logging.rst')
-rw-r--r--doc/en/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/logging.rst b/doc/en/logging.rst
index 98b80453a..ff819bf50 100644
--- a/doc/en/logging.rst
+++ b/doc/en/logging.rst
@@ -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::