summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-06-29 14:47:49 +0000
committerTres Seaver <tseaver@palladion.com>2012-06-29 14:47:49 +0000
commite352ec0ca8a9bd9630c321127f77ad96536bdac4 (patch)
tree2e58004a3295fbd25b7d9e9146dd21d0e750562f
parentc2f079f8a4c762b6f071d26062a881a150edc4eb (diff)
downloadzope-interface-e352ec0ca8a9bd9630c321127f77ad96536bdac4.tar.gz
Typo + note docs built by full tox run.
-rw-r--r--docs/hacking.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/hacking.rst b/docs/hacking.rst
index 0cb7891..8723ad1 100644
--- a/docs/hacking.rst
+++ b/docs/hacking.rst
@@ -184,8 +184,8 @@ You can now run the tests:
Building the documentation using :mod:`zc.buildout`
---------------------------------------------------
-The :mod:`zope.inteface` buildout installs the Sphinx scripts required to build
-the documentation, including testing its code snippets:
+The :mod:`zope.interface` buildout installs the Sphinx scripts required to
+build the documentation, including testing its code snippets:
.. todo:: verify this!
@@ -273,7 +273,8 @@ as well as installing ``tox``:
py26: commands succeeded
congratulations :)
-Running ``tox`` with no arguments runs all the configured environments.
+Running ``tox`` with no arguments runs all the configured environments,
+including building the docs and testing their snippets:
.. code-block:: sh