Skip to content

Commit 6cd6d9b

Browse files
authored
Merge pull request #7949 from gcamargo1/gcamargo1-patch-1
Update doctest.rst
2 parents a431310 + b308c6d commit 6cd6d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/doctest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ lengthy exception stack traces you can just write:
113113
.. code-block:: ini
114114
115115
[pytest]
116-
doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL
116+
doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL
117117
118118
Alternatively, options can be enabled by an inline comment in the doc test
119119
itself:

0 commit comments

Comments
 (0)