From 540fcdd99f11d93f6d821152217537fc21ecd4dc Mon Sep 17 00:00:00 2001 From: Wes Turner Date: Mon, 2 Sep 2013 15:15:34 -0500 Subject: DOC: Update quick_tour.rst: Typo: with -> which --- docs/quick_tour.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index f75533220..e55730a0d 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -476,7 +476,7 @@ Application Running with ``pserve`` =================================== Prior to scaffolds, our project mixed a number of operations details -into our code. Why should my main code care with HTTP server I want and +into our code. Why should my main code care which HTTP server I want and what port number to run on? ``pserve`` is Pyramid's application runner, separating operational @@ -857,4 +857,4 @@ Conclusion This *Quick Tour* covered a little about a lot. We introduced a long list of concepts in Pyramid, many of which are expanded on more fully in the -Pyramid developer docs. \ No newline at end of file +Pyramid developer docs. -- cgit v1.2.3