From 554cb8d09c4bef44b90215ebd6b5ba223200f373 Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Fonta Date: Thu, 4 Jan 2018 14:47:05 +0100 Subject: [PATCH] Reword strange sentence on doctest flags --- doc/en/doctest.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/en/doctest.rst b/doc/en/doctest.rst index 4c5a878dd..61fbe04d4 100644 --- a/doc/en/doctest.rst +++ b/doc/en/doctest.rst @@ -81,9 +81,9 @@ Also, :ref:`usefixtures` and :ref:`autouse` fixtures are supported when executing text doctest files. The standard ``doctest`` module provides some setting flags to configure the -strictness of doctest tests. In pytest You can enable those flags those flags -using the configuration file. To make pytest ignore trailing whitespaces and -ignore lengthy exception stack traces you can just write: +strictness of doctest tests. In pytest, you can enable those flags using the +configuration file. To make pytest ignore trailing whitespaces and ignore +lengthy exception stack traces you can just write: .. code-block:: ini