Steve Piercy
2016-01-21 d5818d3003b3d36694a60aa74978f04eab3b1e12
minor grammar fixes.
(cherry picked from commit 8f36467)
1 files modified
6 ■■■■ changed files
docs/quick_tour.rst 6 ●●●● patch | view | raw | blame | history
docs/quick_tour.rst
@@ -43,11 +43,11 @@
.. 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.