summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-12-18 01:37:12 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-12-18 01:37:12 (GMT)
commita03d5ca41eaac163ef55a2f557ad34369e3563f3 (patch)
tree5c5c09f490c5aec8e2788396a6878ab02886c88b
parentfc29c88b5f299f0fad9919dd92628f810b4b4711 (diff)
downloadcpython-a03d5ca41eaac163ef55a2f557ad34369e3563f3.zip
cpython-a03d5ca41eaac163ef55a2f557ad34369e3563f3.tar.gz
cpython-a03d5ca41eaac163ef55a2f557ad34369e3563f3.tar.bz2
One more typo fix for 3.7
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4e623a1..5e8bc0c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -197,7 +197,7 @@ Core and Builtins
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