Fix typo in PythonPackage documentation (#4221)

This commit is contained in:
Adam J. Stewart 2017-05-11 19:05:02 -05:00 committed by GitHub
parent 70939cf147
commit e7973dd290

View File

@ -75,7 +75,7 @@ class PythonPackage(PackageBase):
.. code-block:: console
$ python --no-user-cfg setup.py <phase>
$ python setup.py --no-user-cfg <phase>
Each phase also has a <phase_args> function that can pass arguments to
this call. All of these functions are empty except for the ``install_args``