summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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