mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
Use standard comma punctuation; reword some sentences in the docs
This commit is contained in:
parent
400054e59e
commit
b6f0128c63
2 changed files with 5 additions and 5 deletions
|
|
@ -236,10 +236,10 @@ With exactly the same source tree layout, this extension can be put in the
|
||||||
Checking a package
|
Checking a package
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The ``check`` command allows you to verify if your package meta-data are
|
The ``check`` command allows you to verify if your package meta-data
|
||||||
meeting the minimum requirements to build a distribution.
|
meet the minimum requirements to build a distribution.
|
||||||
|
|
||||||
To run it, just call it over your :file:`setup.py` script. If something is
|
To run it, just call it using your :file:`setup.py` script. If something is
|
||||||
missing, ``check`` will display a warning.
|
missing, ``check`` will display a warning.
|
||||||
|
|
||||||
Let's take an example with a simple script::
|
Let's take an example with a simple script::
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue