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.
sort_dict=True
1 parent 6d2159b commit adc2eccCopy full SHA for adc2ecc
Doc/library/doctest.rst
@@ -666,7 +666,8 @@ doctest decides whether actual output matches an example's expected output:
666
['a', 'b', 'c',
667
'1', '2', '3']
668
669
- For more complex outputs, consider using :func:`pprint.pprint` instead.
+ For more complex outputs, consider using :func:`pprint.pp` and matching
670
+ its output directly.
671
672
.. versionadded:: next
673
0 commit comments