From be742d0b9059701195278b1bdbdac16e567e38d1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 18 Jul 2008 02:24:18 +0000 Subject: Stop Sphinx from whining. --- docs/narr/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3