diff options
| author | Chris McDonough <chrism@plope.com> | 2012-01-04 18:57:45 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-01-04 18:57:45 -0500 |
| commit | 48c6b0062666a2ed95493790f4f288276b2b06fd (patch) | |
| tree | b4e73842b1e310a2e288ac0e690b1f0a25070132 /docs/tutorials/wiki2 | |
| parent | 52a948e65ef923340a9c172fe6d258f2832f8799 (diff) | |
| parent | a21278872884809cfec7d5de8c64518c404f2b02 (diff) | |
| download | pyramid-48c6b0062666a2ed95493790f4f288276b2b06fd.tar.gz pyramid-48c6b0062666a2ed95493790f4f288276b2b06fd.tar.bz2 pyramid-48c6b0062666a2ed95493790f4f288276b2b06fd.zip | |
merge from master
Diffstat (limited to 'docs/tutorials/wiki2')
| -rw-r--r-- | docs/tutorials/wiki2/basiclayout.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/basiclayout.rst b/docs/tutorials/wiki2/basiclayout.rst index 77658970d..e4200ae0f 100644 --- a/docs/tutorials/wiki2/basiclayout.rst +++ b/docs/tutorials/wiki2/basiclayout.rst @@ -145,7 +145,7 @@ package. As the result of this view configuration, when the pattern associated with the view named ``home`` is matched during a request, the function named -``my_view`` will be executed. The the function named ``my_view`` returns a +``my_view`` will be executed. The function named ``my_view`` returns a dictionary; the renderer will use the ``templates/mytemplate.pt`` template to create a response based on the values in the dictionary. |
