]> granicus.if.org Git - python/commitdiff
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604)
authorJulien Palard <julien@palard.fr>
Wed, 21 Nov 2018 08:40:05 +0000 (09:40 +0100)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 21 Nov 2018 08:40:05 +0000 (00:40 -0800)
Doc/using/venv-create.inc

index 272090d083a5e24a58735583bed8449160a6bc8b..45abd59d18688d8996501339e3a53700c9197c4a 100644 (file)
@@ -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 |