Add missing parenthesis (noticed by Jurko Gospodnetić).
This commit is contained in:
parent
02a84a7e36
commit
c245d58ca5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue