[Python-checkins] bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) (GH-10630)

Raymond Hettinger webhook-mailer at python.org
Wed Nov 21 03:48:47 EST 2018


https://github.com/python/cpython/commit/7af2144e558a0268b1aa20bb88046716c89f987d
commit: 7af2144e558a0268b1aa20bb88046716c89f987d
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Raymond Hettinger <rhettinger at users.noreply.github.com>
date: 2018-11-21T00:48:42-08:00
summary:

bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) (GH-10630)

(cherry picked from commit d936a8f8e0964de1147656f1435532f0170f8b6c)

Co-authored-by: Julien Palard <julien at palard.fr>

files:
M Doc/using/venv-create.inc

diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc
index 4c7795ad8019..7e8ae4a85f8a 100644
--- a/Doc/using/venv-create.inc
+++ b/Doc/using/venv-create.inc
@@ -87,7 +87,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 |



More information about the Python-checkins mailing list