summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-17 14:15:52 -0400
committerChris McDonough <chrism@plope.com>2012-03-17 14:15:52 -0400
commit0dc5716037d9ba5ffffbddf2ade893cc55b7ddd4 (patch)
tree2049ab87aa053d279545e410c35c75aabf8e9edd /docs
parent2f2c4811db0de95c8358f733e013c91b245995e5 (diff)
downloadpyramid-0dc5716037d9ba5ffffbddf2ade893cc55b7ddd4.tar.gz
pyramid-0dc5716037d9ba5ffffbddf2ade893cc55b7ddd4.tar.bz2
pyramid-0dc5716037d9ba5ffffbddf2ade893cc55b7ddd4.zip
normalize zodb tut design doc with text from sqla design doc
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/wiki/design.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/design.rst b/docs/tutorials/wiki/design.rst
index 1cf70b8ac..2b613377a 100644
--- a/docs/tutorials/wiki/design.rst
+++ b/docs/tutorials/wiki/design.rst
@@ -4,14 +4,14 @@ Design
Following is a quick overview of our wiki application, to help
us understand the changes that we will be doing next in our
-default files generated by the paster scafffold.
+default files generated by the ``zodb`` scafffold.
Overall
-------
We choose to use ``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
+widely used ``docutils`` Python module. We will add this module
in the dependency list on the project ``setup.py`` file.
Models