summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-05-11 19:05:02 -0500
committerGitHub <noreply@github.com>2017-05-11 19:05:02 -0500
commite7973dd290edbd7c3fc2a96bfbc4666964646255 (patch)
treef7a2cbbbfc43cdc2918b63775d620f411302498d /lib
parent70939cf14729f059ab95e836a8104585ff470b4d (diff)
downloadspack-e7973dd290edbd7c3fc2a96bfbc4666964646255.tar.gz
spack-e7973dd290edbd7c3fc2a96bfbc4666964646255.tar.bz2
spack-e7973dd290edbd7c3fc2a96bfbc4666964646255.tar.xz
spack-e7973dd290edbd7c3fc2a96bfbc4666964646255.zip
Fix typo in PythonPackage documentation (#4221)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/build_systems/python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/build_systems/python.py b/lib/spack/spack/build_systems/python.py
index 3fae6671f0..c52c529b50 100644
--- a/lib/spack/spack/build_systems/python.py
+++ b/lib/spack/spack/build_systems/python.py
@@ -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``