Issue #27125: Remove duplicated words from documentation and comments

This commit is contained in:
Martin Panter 2016-05-30 04:04:50 +00:00
parent f45d27bcc3
commit a90a4a9651
17 changed files with 20 additions and 21 deletions

View file

@ -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`.