Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ab5e7 commit 8f80e0aCopy full SHA for 8f80e0a
1 file changed
Doc/library/doctest.rst
@@ -650,6 +650,14 @@ above.
650
An example's doctest directives modify doctest's behavior for that single
651
example. Use ``+`` to enable the named behavior, or ``-`` to disable it.
652
653
+.. note::
654
+ Due to an `unfortunate bug`_ in our documentation publishing process, the
655
+ directives in the following examples are not being displayed in the
656
+ rendered HTML version. Please use the "Show Source" link in the sidebar
657
+ to view the details of the directive usage examples.
658
+
659
+ .. _unfortunate bug: http://bugs.python.org/issue12947
660
661
For example, this test passes::
662
663
>>> print(list(range(20))) #doctest: +NORMALIZE_WHITESPACE
0 commit comments