Reword strange sentence on doctest flags

This commit is contained in:
Pierre-Alexandre Fonta 2018-01-04 14:47:05 +01:00 committed by GitHub
parent 08997279f4
commit 554cb8d09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -81,9 +81,9 @@ Also, :ref:`usefixtures` and :ref:`autouse` fixtures are supported
when executing text doctest files. when executing text doctest files.
The standard ``doctest`` module provides some setting flags to configure the The standard ``doctest`` module provides some setting flags to configure the
strictness of doctest tests. In pytest You can enable those flags those flags strictness of doctest tests. In pytest, you can enable those flags using the
using the configuration file. To make pytest ignore trailing whitespaces and configuration file. To make pytest ignore trailing whitespaces and ignore
ignore lengthy exception stack traces you can just write: lengthy exception stack traces you can just write:
.. code-block:: ini .. code-block:: ini