]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Nov 2018 08:48:42 +0000 (00:48 -0800)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 21 Nov 2018 08:48:42 +0000 (00:48 -0800)
(cherry picked from commit d936a8f8e0964de1147656f1435532f0170f8b6c)

Co-authored-by: Julien Palard <julien@palard.fr>
Doc/using/venv-create.inc

index 4c7795ad801964fe945f58771efb36763d67ec3c..7e8ae4a85f8af7560ee5d38422e4a655e3f53c6f 100644 (file)
@@ -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 |