]> granicus.if.org Git - python/commitdiff
Fix quoting.
authorWalter Dörwald <walter@livinglogic.de>
Mon, 13 Sep 2004 08:53:15 +0000 (08:53 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 13 Sep 2004 08:53:15 +0000 (08:53 +0000)
Misc/NEWS

index 2a19853f7b8b774c9cab9597dcb9d804ee79e2aa..9024bf4098e3eab3fedc4c22dfed11f6a3a9e73d 100644 (file)
--- 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