]> granicus.if.org Git - python/commitdiff
Fix English in a NEWS entry.
authorR David Murray <rdmurray@bitdance.com>
Tue, 24 Dec 2013 20:41:45 +0000 (15:41 -0500)
committerR David Murray <rdmurray@bitdance.com>
Tue, 24 Dec 2013 20:41:45 +0000 (15:41 -0500)
Misc/NEWS

index afa6033dc5e6db7588b244164cdbd9074e362bf2..d449cc3410a4f4e87789e94c9fa5fdf89facad10 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3061,7 +3061,7 @@ Tests
 - Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds
   in ASN1_TIME fields.
 
-- Issue #18094: test_uuid no more reports skipped tests as passed.
+- Issue #18094: test_uuid no longer reports skipped tests as passed.
 
 - Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't
   accidentally hang.