summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/apiref.rst
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2009-10-05 22:31:11 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2009-10-05 22:31:11 (GMT)
commit400054e59edf7bb98bff02950abb24f4fc3e9d2d (patch)
tree4a11098c27884daf426a32131575b28fee249650 /Doc/distutils/apiref.rst
parent5a9c40b21cf3f9c0e9388c67f73bccb4353b5090 (diff)
downloadcpython-400054e59edf7bb98bff02950abb24f4fc3e9d2d.zip
cpython-400054e59edf7bb98bff02950abb24f4fc3e9d2d.tar.gz
cpython-400054e59edf7bb98bff02950abb24f4fc3e9d2d.tar.bz2
Reword sentence
Diffstat (limited to 'Doc/distutils/apiref.rst')
-rw-r--r--Doc/distutils/apiref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index e227833..6a640d8 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -1934,7 +1934,7 @@ This is described in more detail in :pep:`301`.
The ``check`` command performs some tests on the meta-data of a package.
-It makes sure for example that all required meta-data are provided through
+For example, it verifies that all required meta-data are provided as
the arguments passed to the :func:`setup` function.
.. % todo