summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
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.