diff options
| author | Wes Turner <wes.turner@gmail.com> | 2013-09-02 15:15:34 -0500 |
|---|---|---|
| committer | Wes Turner <wes.turner@gmail.com> | 2013-09-02 15:15:34 -0500 |
| commit | 540fcdd99f11d93f6d821152217537fc21ecd4dc (patch) | |
| tree | 8efa7939cc7410302197af0637b9d4bf6d4a5adf /docs/quick_tour.rst | |
| parent | f21a765b0872468873061cf15400c54ddfedbaaa (diff) | |
| download | pyramid-540fcdd99f11d93f6d821152217537fc21ecd4dc.tar.gz pyramid-540fcdd99f11d93f6d821152217537fc21ecd4dc.tar.bz2 pyramid-540fcdd99f11d93f6d821152217537fc21ecd4dc.zip | |
DOC: Update quick_tour.rst: Typo: with -> which
Diffstat (limited to 'docs/quick_tour.rst')
| -rw-r--r-- | docs/quick_tour.rst | 4 |
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. |
