mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
messages.
This commit is contained in:
commit
b6a9c9761c
68 changed files with 93 additions and 92 deletions
|
@ -1528,9 +1528,9 @@ class TarFile(object):
|
|||
|
||||
'x' or 'x:' create a tarfile exclusively without compression, raise
|
||||
an exception if the file is already created
|
||||
'x:gz' create an gzip compressed tarfile, raise an exception
|
||||
'x:gz' create a gzip compressed tarfile, raise an exception
|
||||
if the file is already created
|
||||
'x:bz2' create an bzip2 compressed tarfile, raise an exception
|
||||
'x:bz2' create a bzip2 compressed tarfile, raise an exception
|
||||
if the file is already created
|
||||
'x:xz' create an lzma compressed tarfile, raise an exception
|
||||
if the file is already created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue