From 7c81e0f5296455248b787c9dd755793dec99ba7c Mon Sep 17 00:00:00 2001 From: Ole Morten Halvorsen Date: Wed, 20 Nov 2013 20:53:54 +1100 Subject: Fixed typo - removed 'hair'. --- HACKING.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'HACKING.txt') 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. -- cgit v1.2.3