summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/design.rst
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2016-02-21 15:51:55 -0700
committerBert JW Regeer <bertjw@regeer.org>2016-02-21 15:54:31 -0700
commit93fa23ae1463e78230cc3af8ecb89a6813b5556b (patch)
treec1cb901e9059e6fa73ace77c2a58c8e8dbbe10e5 /docs/tutorials/wiki2/design.rst
parent754e86807d3a26aae0862bbc7991f28c917f9cf3 (diff)
downloadpyramid-93fa23ae1463e78230cc3af8ecb89a6813b5556b.tar.gz
pyramid-93fa23ae1463e78230cc3af8ecb89a6813b5556b.tar.bz2
pyramid-93fa23ae1463e78230cc3af8ecb89a6813b5556b.zip
Remove references to pip
Diffstat (limited to 'docs/tutorials/wiki2/design.rst')
-rw-r--r--docs/tutorials/wiki2/design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/design.rst b/docs/tutorials/wiki2/design.rst
index 929bc7806..45e2fddd0 100644
--- a/docs/tutorials/wiki2/design.rst
+++ b/docs/tutorials/wiki2/design.rst
@@ -10,7 +10,7 @@ Overall
We choose to use :term:`reStructuredText` markup in the wiki text. Translation
from reStructuredText to HTML is provided by the widely used ``docutils``
-Python module. We will add this module to the dependency list in the project's
+Python module. We will add this module in the dependency list on the project
``setup.py`` file.
Models