We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad16eb commit c0d341dCopy full SHA for c0d341d
Doc/library/venv.rst
@@ -105,8 +105,7 @@ creation according to their needs, the :class:`EnvBuilder` class.
105
106
* ``symlinks`` -- a Boolean value indicating whether to attempt to symlink the
107
Python binary (and any necessary DLLs or other binaries,
108
- e.g. ``pythonw.exe``), rather than copying. Defaults to ``True`` on Linux and
109
- Unix systems, but ``False`` on Windows.
+ e.g. ``pythonw.exe``), rather than copying.
110
111
* ``upgrade`` -- a Boolean value which, if true, will upgrade an existing
112
environment with the running Python - for use when that Python has been
0 commit comments