summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-01-21 05:12:49 -0800
committerSteve Piercy <web@stevepiercy.com>2016-01-21 05:12:49 -0800
commitcdeda1bf3329e8c6ba1e86e699e205024471ca93 (patch)
tree1da666cd840919dc7b09282e05f0541fe435efa1
parent85312aa8d9d9a0fb9045c6b399575e0e628807dd (diff)
parent8f364675b6cd9527a482462191c18f8b3fc22d83 (diff)
downloadpyramid-cdeda1bf3329e8c6ba1e86e699e205024471ca93.tar.gz
pyramid-cdeda1bf3329e8c6ba1e86e699e205024471ca93.tar.bz2
pyramid-cdeda1bf3329e8c6ba1e86e699e205024471ca93.zip
Merge pull request #2263 from stevepiercy/master
minor grammar fixes.
-rw-r--r--docs/quick_tour.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index 82209f623..f5f28f86a 100644
--- a/docs/quick_tour.rst
+++ b/docs/quick_tour.rst
@@ -43,11 +43,11 @@ production support for Python 3 in October 2011).
.. note::
- Why ``easy_install`` and not ``pip``? Some distributions on which Pyramid
- depends upon have optional C extensions for performance. ``pip`` cannot
+ Why ``easy_install`` and not ``pip``? Some distributions upon which
+ Pyramid depends have optional C extensions for performance. ``pip`` cannot
install some binary Python distributions. With ``easy_install``, Windows
users are able to obtain binary Python distributions, so they get the
- benefit of the C extensions without needing a C compiler. Also, there can
+ benefit of the C extensions without needing a C compiler. Also there can
be issues when ``pip`` and ``easy_install`` are used side-by-side in the
same environment, so we chose to recommend ``easy_install`` for the sake of
reducing the complexity of these instructions.