summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-21 00:48:57 -0800
committerRaymond Hettinger <rhettinger@users.noreply.github.com>2018-11-21 00:48:57 -0800
commitd170e594b2736c579d12b96b129a8e58975a9c0a (patch)
tree1e66fb19540871d571adff66ff7f7f52ffa700d0 /Doc/using
parent129642a1ff6a2f55933186b2303c307d58b710eb (diff)
downloadcpython-git-d170e594b2736c579d12b96b129a8e58975a9c0a.tar.gz
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) (GH-10629)
(cherry picked from commit d936a8f8e0964de1147656f1435532f0170f8b6c) Co-authored-by: Julien Palard <julien@palard.fr>
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/venv-create.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc
index 272090d083..45abd59d18 100644
--- a/Doc/using/venv-create.inc
+++ b/Doc/using/venv-create.inc
@@ -82,7 +82,8 @@ path.
Once a virtual environment has been created, it can be "activated" using a
script in the virtual environment's binary directory. The invocation of the
-script is platform-specific:
+script is platform-specific (`<venv>` must be replaced by the path of the
+directory containing the virtual environment):
+-------------+-----------------+-----------------------------------------+
| Platform | Shell | Command to activate virtual environment |