[Python-checkins] cpython: One more typo fix for 3.7

martin.panter python-checkins at python.org
Sun Dec 18 00:43:53 EST 2016


https://hg.python.org/cpython/rev/40f1b06ec989
changeset:   105726:40f1b06ec989
user:        Martin Panter <vadmium+py at gmail.com>
date:        Sun Dec 18 01:37:12 2016 +0000
summary:
  One more typo fix for 3.7

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -197,7 +197,7 @@
 Library
 -------
 
-- Issue #16255: subrocess.Popen uses /system/bin/sh on Android as the shell,
+- Issue #16255: subprocess.Popen uses /system/bin/sh on Android as the shell,
   instead of /bin/sh.
 
 - Issue #28779: multiprocessing.set_forkserver_preload() would crash the

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list