summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-01-28 07:01:49 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-01-28 07:01:49 (GMT)
commit1b95517337ef80a2d36fb131e34ed8b716b30c3a (patch)
tree47e8a4d07926d27774b73e5279a03123dc9c1d36 /Doc
parent0fe1b472ab0136aff5288c2cb805c1c38d0a62d6 (diff)
parent547f66f599482d2c149013262d55cc98d72c592f (diff)
downloadcpython-1b95517337ef80a2d36fb131e34ed8b716b30c3a.zip
cpython-1b95517337ef80a2d36fb131e34ed8b716b30c3a.tar.gz
cpython-1b95517337ef80a2d36fb131e34ed8b716b30c3a.tar.bz2
Issue #26034: Sync documentation of --clear with its behavior
Most of the docs has already been updated in c3c188a0325a.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/using/venv-create.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc
index 02bcbee..0873a99 100644
--- a/Doc/using/venv-create.inc
+++ b/Doc/using/venv-create.inc
@@ -45,9 +45,8 @@ The command, if run with ``-h``, will show the available options::
are not the default for the platform.
--copies Try to use copies rather than symlinks, even when
symlinks are the default for the platform.
- --clear Delete the environment directory if it already exists.
- If not specified and the directory exists, an error is
- raised.
+ --clear Delete the contents of the environment directory if it
+ already exists, before environment creation.
--upgrade Upgrade the environment directory to use this version
of Python, assuming Python has been upgraded in-place.
--without-pip Skips installing or upgrading pip in the virtual