summaryrefslogtreecommitdiffstats
path: root/Misc/HISTORY
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-30 04:04:50 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-05-30 04:04:50 (GMT)
commita90a4a96517fe25b57246083076b247f417d737d (patch)
treeeb3cd314fea55c06d6edf6b62a93b702c97bb8e3 /Misc/HISTORY
parentf45d27bcc316c3af4fb2924d1dfa8da493e9941f (diff)
downloadcpython-a90a4a96517fe25b57246083076b247f417d737d.zip
cpython-a90a4a96517fe25b57246083076b247f417d737d.tar.gz
cpython-a90a4a96517fe25b57246083076b247f417d737d.tar.bz2
Issue #27125: Remove duplicated words from documentation and comments
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r--Misc/HISTORY4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 73a041d..b9cb899 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -10639,8 +10639,8 @@ Core and Builtins
certain operations between bytes/buffer and str like str(b'') and
comparison.
-- The standards streams sys.stdin, stdout and stderr may be None when
- the when the C runtime library returns an invalid file descriptor
+- The standard streams sys.stdin, stdout and stderr may be None
+ when the C runtime library returns an invalid file descriptor
for the streams (fileno(stdin) < 0). For now this happens only for
Windows GUI apps and scripts started with `pythonw.exe`.