Missed one instance of code-block:: text highlighting to revert.
This commit is contained in:
parent
7495456ffc
commit
a11c1fcd20
|
@ -798,9 +798,7 @@ Another bad idea is to print things that embed an object address, like ::
|
|||
>>> C() # the default repr() for instances embeds an address
|
||||
<__main__.C instance at 0x00AC18F0>
|
||||
|
||||
The :const:`ELLIPSIS` directive gives a nice approach for the last example:
|
||||
|
||||
.. code-block:: text
|
||||
The :const:`ELLIPSIS` directive gives a nice approach for the last example::
|
||||
|
||||
>>> C() #doctest: +ELLIPSIS
|
||||
<__main__.C instance at 0x...>
|
||||
|
|
Loading…
Reference in New Issue