diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-01-21 05:09:10 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-01-21 05:09:10 -0800 |
| commit | 8f364675b6cd9527a482462191c18f8b3fc22d83 (patch) | |
| tree | 1da666cd840919dc7b09282e05f0541fe435efa1 /docs/quick_tour.rst | |
| parent | 85312aa8d9d9a0fb9045c6b399575e0e628807dd (diff) | |
| download | pyramid-8f364675b6cd9527a482462191c18f8b3fc22d83.tar.gz pyramid-8f364675b6cd9527a482462191c18f8b3fc22d83.tar.bz2 pyramid-8f364675b6cd9527a482462191c18f8b3fc22d83.zip | |
minor grammar fixes.
Diffstat (limited to 'docs/quick_tour.rst')
| -rw-r--r-- | docs/quick_tour.rst | 6 |
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. |
