Commit 5011d0c6 authored by Walter Dörwald's avatar Walter Dörwald

Fix quoting.

parent 32ddbf7f
......@@ -35,7 +35,7 @@ Library
``codecs.StreamReader.readlines()`` have a new argument ``keepends``.
Trailing "\n"s will be stripped from the lines if ``keepends`` is false.
- ``doctest.master was`` put back in, and ``doctest.testmod()`` once again
- ``doctest.master`` was put back in, and ``doctest.testmod()`` once again
updates it. This isn't good, because every ``testmod()`` call
contributes to bloating the "hidden" state of ``doctest.master``, but
some old code apparently relies on it. For now, all we can do is
......
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