Commit a11c1fcd authored by Georg Brandl's avatar Georg Brandl

Missed one instance of code-block:: text highlighting to revert.

parent 7495456f
...@@ -798,9 +798,7 @@ Another bad idea is to print things that embed an object address, like :: ...@@ -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 >>> C() # the default repr() for instances embeds an address
<__main__.C instance at 0x00AC18F0> <__main__.C instance at 0x00AC18F0>
The :const:`ELLIPSIS` directive gives a nice approach for the last example: The :const:`ELLIPSIS` directive gives a nice approach for the last example::
.. code-block:: text
>>> C() #doctest: +ELLIPSIS >>> C() #doctest: +ELLIPSIS
<__main__.C instance at 0x...> <__main__.C instance at 0x...>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment