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 | 8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818 (patch) | |
tree | 6ed1a5aaa6ede819ec672beae759c18f6d428121 /Lib/gzip.py | |
parent | 0d88c652318c4c5eed77fd2e78e9e955ffa5c8d1 (diff) | |
download | cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.zip cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.tar.gz cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.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 3a2b322..da4479e 100644 --- a/Lib/gzip.py +++ b/Lib/gzip.py @@ -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. |