diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-07-05 09:16:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 09:16:10 (GMT) |
commit | 3440d197a55800ecceea3e115e44b4262411359c (patch) | |
tree | 8b2d257a5e24646c798b91a8f618e76b835d2621 /Doc/library/tarfile.rst | |
parent | 2b8ed4d3d4741811da31fc774a202d535755c0a9 (diff) | |
download | cpython-3440d197a55800ecceea3e115e44b4262411359c.zip cpython-3440d197a55800ecceea3e115e44b4262411359c.tar.gz cpython-3440d197a55800ecceea3e115e44b4262411359c.tar.bz2 |
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Discussion: https://discuss.python.org/t/slight-grammar-fix-throughout-adverbs-dont-need-hyphen/17021
Diffstat (limited to 'Doc/library/tarfile.rst')
-rw-r--r-- | Doc/library/tarfile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index f9d34de..6e8baba 100644 --- a/Doc/library/tarfile.rst +++ b/Doc/library/tarfile.rst @@ -839,7 +839,7 @@ There are three tar formats that can be created with the :mod:`tarfile` module: files and stores pathnames in a portable way. Modern tar implementations, including GNU tar, bsdtar/libarchive and star, fully support extended *pax* features; some old or unmaintained libraries may not, but should treat - *pax* archives as if they were in the universally-supported *ustar* format. + *pax* archives as if they were in the universally supported *ustar* format. It is the current default format for new archives. It extends the existing *ustar* format with extra headers for information |