From 5011d0c683adac2ee0e904e2e88292029783d6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Mon, 13 Sep 2004 08:53:15 +0000 Subject: Fix quoting. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12