mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #19795: Mark up None as literal text.
This commit is contained in:
parent
9f2e377beb
commit
ecf41da83e
50 changed files with 108 additions and 106 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue