summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2004-09-13 08:53:15 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2004-09-13 08:53:15 (GMT)
commit5011d0c683adac2ee0e904e2e88292029783d6d8 (patch)
tree8c42d723665f989ef3623f85a75f6810c6ab2d83
parent32ddbf7fab000af7941983ecbfe05efd15700255 (diff)
downloadcpython-5011d0c683adac2ee0e904e2e88292029783d6d8.zip
cpython-5011d0c683adac2ee0e904e2e88292029783d6d8.tar.gz
cpython-5011d0c683adac2ee0e904e2e88292029783d6d8.tar.bz2
Fix quoting.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2a19853..9024bf4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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