From: Andrew M. Kuchling Date: Mon, 5 Oct 2009 22:31:11 +0000 (+0000) Subject: Reword sentence X-Git-Tag: v2.7a1~414 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=400054e59edf7bb98bff02950abb24f4fc3e9d2d;p=python Reword sentence --- diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index e227833ea4..6a640d832f 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