From b308c6ddb374d57c3db982d2749cfaf5eccd3b1a Mon Sep 17 00:00:00 2001 From: Gustavo Camargo Date: Mon, 26 Oct 2020 14:30:00 -0500 Subject: [PATCH] Update doctest.rst --- doc/en/doctest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/doctest.rst b/doc/en/doctest.rst index 5a3c76a12..c6e34b2b1 100644 --- a/doc/en/doctest.rst +++ b/doc/en/doctest.rst @@ -113,7 +113,7 @@ lengthy exception stack traces you can just write: .. code-block:: ini [pytest] - doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL + doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL Alternatively, options can be enabled by an inline comment in the doc test itself: