mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
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
This commit is contained in:
parent
2b8ed4d3d4
commit
3440d197a5
71 changed files with 118 additions and 118 deletions
|
|
@ -65,7 +65,7 @@ If you download a module source distribution, you can tell pretty quickly if it
|
|||
was packaged and distributed in the standard way, i.e. using the Distutils.
|
||||
First, the distribution's name and version number will be featured prominently
|
||||
in the name of the downloaded archive, e.g. :file:`foo-1.0.tar.gz` or
|
||||
:file:`widget-0.9.7.zip`. Next, the archive will unpack into a similarly-named
|
||||
:file:`widget-0.9.7.zip`. Next, the archive will unpack into a similarly named
|
||||
directory: :file:`foo-1.0` or :file:`widget-0.9.7`. Additionally, the
|
||||
distribution will contain a setup script :file:`setup.py`, and a file named
|
||||
:file:`README.txt` or possibly just :file:`README`, which should explain that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue