bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) (#7300)

(cherry picked from commit c0d341d49b)

Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
This commit is contained in:
Miss Islington (bot) 2018-06-01 10:57:12 -07:00 committed by Vinay Sajip
parent 4b6691e40f
commit 283e12f91d
1 changed files with 1 additions and 2 deletions

View File

@ -109,8 +109,7 @@ creation according to their needs, the :class:`EnvBuilder` class.
* ``symlinks`` -- a Boolean value indicating whether to attempt to symlink the
Python binary (and any necessary DLLs or other binaries,
e.g. ``pythonw.exe``), rather than copying. Defaults to ``True`` on Linux and
Unix systems, but ``False`` on Windows.
e.g. ``pythonw.exe``), rather than copying.
* ``upgrade`` -- a Boolean value which, if true, will upgrade an existing
environment with the running Python - for use when that Python has been