summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-09-03 16:33:05 -0400
committerChris McDonough <chrism@plope.com>2013-09-03 16:33:05 -0400
commit7a73e56d4d86d9139fd54a9cd83a68d25bc02df7 (patch)
tree8efa7939cc7410302197af0637b9d4bf6d4a5adf /docs
parentf21a765b0872468873061cf15400c54ddfedbaaa (diff)
parentc41c76bf713b636a19e97b319294ecf98885d1b5 (diff)
downloadpyramid-7a73e56d4d86d9139fd54a9cd83a68d25bc02df7.tar.gz
pyramid-7a73e56d4d86d9139fd54a9cd83a68d25bc02df7.tar.bz2
pyramid-7a73e56d4d86d9139fd54a9cd83a68d25bc02df7.zip
Merge branch 'master' of github.com:Pylons/pyramid
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.