diff options
| author | Karl O. Pinc <kop@meme.com> | 2013-10-02 15:27:32 -0500 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2013-10-02 15:27:32 -0500 |
| commit | 47e13e042c270f9ffb3ac86b294e89ec4b1fef6a (patch) | |
| tree | 58d271591b9b45bee305839efd2a0a65eb9026f9 | |
| parent | 5bf27497638ad607f0e42feb10145cd6720b74d3 (diff) | |
| download | pyramid-47e13e042c270f9ffb3ac86b294e89ec4b1fef6a.tar.gz pyramid-47e13e042c270f9ffb3ac86b294e89ec4b1fef6a.tar.bz2 pyramid-47e13e042c270f9ffb3ac86b294e89ec4b1fef6a.zip | |
Docs: project.rst: Fix markup failure just introduced.
| -rw-r--r-- | docs/narr/project.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 61b6ae316..2acc81e17 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -880,7 +880,7 @@ This view callable function is handed a single piece of information: the .. note:: Dictionaries provide values to :term:`template`s. -This view is configured to invoke a :term;`renderer` on a template. The +This view is configured to invoke a :term:`renderer` on a template. The dictionary the view returns (on line 6) provides the value the renderer substitutes into the template when generating HTML. The renderer then returns the HTML in a :term:`response`. |
