diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-18 02:24:18 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-18 02:24:18 +0000 |
| commit | be742d0b9059701195278b1bdbdac16e567e38d1 (patch) | |
| tree | ea18ac709eb4278294ac0fe680bc81741e23b1b1 /docs | |
| parent | f1b6cb2d00cd0dcae80e13309bfb25f5b8602bde (diff) | |
| download | pyramid-be742d0b9059701195278b1bdbdac16e567e38d1.tar.gz pyramid-be742d0b9059701195278b1bdbdac16e567e38d1.tar.bz2 pyramid-be742d0b9059701195278b1bdbdac16e567e38d1.zip | |
Stop Sphinx from whining.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/introduction.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 7d6673aca..5352cc70b 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -298,7 +298,7 @@ Let's pretend the user asks for ``http://example.com/foo/bar/baz/biz/buz.txt``. Let's pretend that the request's PATH_INFO in that case is ``foo/bar/baz/biz/buz.txt``. Let's further pretend that when this request comes in that we're -traversing the follwing graph: +traversing the follwing graph:: /-- | @@ -382,7 +382,7 @@ registry" (configured separately, in our case in "configure.zcml") this question: - Please find me a "view" (controller in some religions) with the name - "buz.txt" that can be used for type IBiz. + "buz.txt" that can be used for type IBiz. Let's say that question is answered "here you go, here'a a bit of code that is willing to deal with that case", and returns a view. It is |
