Issue #19795: Mark up None as literal text.

This commit is contained in:
Serhiy Storchaka 2016-10-19 16:29:26 +03:00
parent 9f2e377beb
commit ecf41da83e
50 changed files with 108 additions and 106 deletions

View file

@ -868,7 +868,7 @@ Test cases
.. method:: assertIsNone(expr, msg=None)
assertIsNotNone(expr, msg=None)
Test that *expr* is (or is not) None.
Test that *expr* is (or is not) ``None``.
.. versionadded:: 3.1
@ -1340,7 +1340,7 @@ Test cases
methods that delegate to it), :meth:`assertDictEqual` and
:meth:`assertMultiLineEqual`.
Setting ``maxDiff`` to None means that there is no maximum length of
Setting ``maxDiff`` to ``None`` means that there is no maximum length of
diffs.
.. versionadded:: 3.2