Use standard comma punctuation; reword some sentences in the docs

This commit is contained in:
Andrew M. Kuchling 2009-10-05 22:32:48 +00:00
parent 400054e59e
commit b6f0128c63
2 changed files with 5 additions and 5 deletions

View file

@ -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::