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 461ad59 commit 1df877cCopy full SHA for 1df877c
Doc/library/venv.rst
@@ -109,8 +109,7 @@ creation according to their needs, the :class:`EnvBuilder` class.
109
110
* ``symlinks`` -- a Boolean value indicating whether to attempt to symlink the
111
Python binary (and any necessary DLLs or other binaries,
112
- e.g. ``pythonw.exe``), rather than copying. Defaults to ``True`` on Linux and
113
- Unix systems, but ``False`` on Windows.
+ e.g. ``pythonw.exe``), rather than copying.
114
115
* ``upgrade`` -- a Boolean value which, if true, will upgrade an existing
116
environment with the running Python - for use when that Python has been
0 commit comments