Add missing parenthesis (noticed by Jurko Gospodnetić).

This commit is contained in:
Ezio Melotti 2014-04-19 20:23:34 +03:00
parent 02a84a7e36
commit c245d58ca5
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ general concept, but the standard library version would take advantage of
the improved distribution capabilities offered by the CPython installers
to include private copies of ``pip`` and ``setuptools`` as wheel files
(rather than as embedded base64 encoded data), and would not try to
contact PyPI (instead installing directly from the private wheel files.
contact PyPI (instead installing directly from the private wheel files).
Rather than including separate code to handle the bootstrapping, the
``ensurepip`` module will manipulate ``sys.path`` appropriately to allow