summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-03-17 10:31:18 -0700
committerMichael Merickel <michael@merickel.org>2013-03-17 10:31:18 -0700
commitfc9dfbae2a76732ee8d027825fac28dbfd57e581 (patch)
tree812ba136637b4b46655455b2a357d638ef505f10 /docs/tutorials
parentde6f5caff2dfff4c9cc3d14fbf588c7ac7c18ce4 (diff)
parentf39d8bf14b163e251b5c6eac88f07f862fd007b0 (diff)
downloadpyramid-fc9dfbae2a76732ee8d027825fac28dbfd57e581.tar.gz
pyramid-fc9dfbae2a76732ee8d027825fac28dbfd57e581.tar.bz2
pyramid-fc9dfbae2a76732ee8d027825fac28dbfd57e581.zip
Merge pull request #919 from tshepang/patch-3
that should be lower-case
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/wiki2/definingviews.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/definingviews.rst b/docs/tutorials/wiki2/definingviews.rst
index 5727816c8..f2ac2f85f 100644
--- a/docs/tutorials/wiki2/definingviews.rst
+++ b/docs/tutorials/wiki2/definingviews.rst
@@ -126,7 +126,7 @@ The ``view_page`` view function
-------------------------------
``view_page()`` is used to display a single page of our
-wiki. It renders the :term:`ReStructuredText` body of a page (stored as
+wiki. It renders the :term:`reStructuredText` body of a page (stored as
the ``data`` attribute of a ``Page`` model object) as HTML. Then it substitutes an
HTML anchor for each *WikiWord* reference in the rendered HTML using a
compiled regular expression.