diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 04:03:41 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 04:03:41 (GMT) |
commit | 5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c (patch) | |
tree | b52ea5a74e03375fc2abcbc887d109e924ba3ea9 /Lib/gzip.py | |
parent | 0cf2cf2b7d726d12a6046441e4067d32c7dd4feb (diff) | |
download | cpython-5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c.zip cpython-5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c.tar.gz cpython-5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c.tar.bz2 |
Fix spelling (inital), grammar (may translates) in documentation, comments
Diffstat (limited to 'Lib/gzip.py')
-rw-r--r-- | Lib/gzip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/gzip.py b/Lib/gzip.py index de0dab1..07c6db4 100644 --- a/Lib/gzip.py +++ b/Lib/gzip.py @@ -55,7 +55,7 @@ class GzipFile(io.BufferedIOBase): 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. |