Issue #25899: Converted non-ASCII characters in docstrings and manpage

to ASCII replacements.  Removed UTF-8 BOM from Misc/NEWS.
Original patch by Chris Angelico.
This commit is contained in:
Serhiy Storchaka 2015-12-18 13:10:37 +02:00
commit 3fd4a735d8
6 changed files with 10 additions and 10 deletions

View file

@ -735,9 +735,9 @@ class HTTPResponse(io.BufferedIOBase):
guessed.
When the method is local-file, returned headers will include
a Date representing the files last-modified time, a
a Date representing the file's last-modified time, a
Content-Length giving file size, and a Content-Type
containing a guess at the files type. See also the
containing a guess at the file's type. See also the
description of the mimetools module.
'''