diff options
| author | Ole Morten Halvorsen <olemortenh@gmail.com> | 2013-11-20 20:53:54 +1100 |
|---|---|---|
| committer | Ole Morten Halvorsen <olemortenh@gmail.com> | 2013-11-20 20:53:54 +1100 |
| commit | 7c81e0f5296455248b787c9dd755793dec99ba7c (patch) | |
| tree | f2d1c1332769cdc5ed1ca54d4e3f09e10467f6b2 /HACKING.txt | |
| parent | 4caf2b0a553b09009299f23057820dd447ec5705 (diff) | |
| download | pyramid-7c81e0f5296455248b787c9dd755793dec99ba7c.tar.gz pyramid-7c81e0f5296455248b787c9dd755793dec99ba7c.tar.bz2 pyramid-7c81e0f5296455248b787c9dd755793dec99ba7c.zip | |
Fixed typo - removed 'hair'.
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/HACKING.txt b/HACKING.txt index b32a8a957..3c83261c7 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -212,9 +212,9 @@ using to develop Pyramid): $ cd ~/hack-on-pyramid/pyramid/docs $ make clean html SPHINXBUILD=$VENV/bin/sphinx-build - The ``SPHINXBUILD=...`` hair is there in order to tell it to use the - virtualenv Python, which will have both Sphinx and Pyramid (for API - documentation generation) installed. + The ``SPHINXBUILD=...`` is there to tell it to use the virtualenv Python, + which will have both Sphinx and Pyramid (for API documentation + generation) installed. 4. Open the ``docs/_build/html/index.html`` file to see the resulting HTML rendering. |
