summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorOle Morten Halvorsen <olemortenh@gmail.com>2013-11-20 20:53:54 +1100
committerOle Morten Halvorsen <olemortenh@gmail.com>2013-11-20 20:53:54 +1100
commit7c81e0f5296455248b787c9dd755793dec99ba7c (patch)
treef2d1c1332769cdc5ed1ca54d4e3f09e10467f6b2 /HACKING.txt
parent4caf2b0a553b09009299f23057820dd447ec5705 (diff)
downloadpyramid-7c81e0f5296455248b787c9dd755793dec99ba7c.tar.gz
pyramid-7c81e0f5296455248b787c9dd755793dec99ba7c.tar.bz2
pyramid-7c81e0f5296455248b787c9dd755793dec99ba7c.zip
Fixed typo - removed 'hair'.
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt6
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.