Skip to content

Commit d21edda

Browse files
committed
fixup
1 parent 6bc4120 commit d21edda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/doctest.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,8 @@ doctest decides whether actual output matches an example's expected output:
659659
leading whitespaces for visual indentation purposes should
660660
be avoided, for instance:
661661

662-
.. code-block:: pycon
662+
.. doctest::
663+
:no-trim-doctest-flags:
663664

664665
>>> list("abc123") # doctest: +IGNORE_LINEBREAK
665666
['a', 'b', 'c',

0 commit comments

Comments
 (0)