mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix spelling (inital), grammar (may translates) in documentation, comments
This commit is contained in:
parent
0d88c65231
commit
8f26565ba9
11 changed files with 15 additions and 15 deletions
|
@ -133,7 +133,7 @@ class GzipFile(_compression.BaseStream):
|
|||
a file object.
|
||||
|
||||
When fileobj is not None, the filename argument is only used to be
|
||||
included in the gzip file header, which may includes the original
|
||||
included in the gzip file header, which may include the original
|
||||
filename of the uncompressed file. It defaults to the filename of
|
||||
fileobj, if discernible; otherwise, it defaults to the empty string,
|
||||
and in this case the original filename is not included in the header.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue