summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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.