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

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


https://github.com/python/cpython/commit/d936a8f8e0964de1147656f1435532f0170f8b6c
commit: d936a8f8e0964de1147656f1435532f0170f8b6c
branch: master
author: Julien Palard <julien at palard.fr>
committer: Raymond Hettinger <rhettinger at users.noreply.github.com>
date: 2018-11-21T00:40:05-08:00
summary:

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

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

diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc
index 272090d083a5..45abd59d1868 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 |



More information about the Python-checkins mailing list