From: Ned Deily <nad@acm.org>
Date: Tue, 29 Jul 2014 20:49:11 +0000 (-0700)
Subject: Edit NEWS entry
X-Git-Tag: v3.4.2rc1~168
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d4953a14b5b996432a8f8920d99f0ec1337b79e;p=python

Edit NEWS entry
---

diff --git a/Misc/NEWS b/Misc/NEWS
index b2dc7c9bce..4bb876fbaa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,9 +27,9 @@ Core and Builtins
 Library
 -------
 
-- Issue #17172: Make turtledemo start as active on Mac even when run with
-  subprocess.  Patch by Ned Daily and Lita Cho.
-  
+- Issue #17172: Make turtledemo start as active on OS X even when run with
+  subprocess.  Patch by Lita Cho.
+
 - Issue #21704: Fix build error for _multiprocessing when semaphores
   are not available.  Patch by Arfrever Frehtes Taifersar Arahesis.