summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWes Turner <wes.turner@gmail.com>2013-09-02 15:15:34 -0500
committerWes Turner <wes.turner@gmail.com>2013-09-02 15:15:34 -0500
commit540fcdd99f11d93f6d821152217537fc21ecd4dc (patch)
tree8efa7939cc7410302197af0637b9d4bf6d4a5adf /docs
parentf21a765b0872468873061cf15400c54ddfedbaaa (diff)
downloadpyramid-540fcdd99f11d93f6d821152217537fc21ecd4dc.tar.gz
pyramid-540fcdd99f11d93f6d821152217537fc21ecd4dc.tar.bz2
pyramid-540fcdd99f11d93f6d821152217537fc21ecd4dc.zip
DOC: Update quick_tour.rst: Typo: with -> which
Diffstat (limited to 'docs')
-rw-r--r--docs/quick_tour.rst4
1 files changed, 2 insertions, 2 deletions
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.