From: Julien Palard Date: Wed, 21 Nov 2018 08:40:05 +0000 (+0100) Subject: bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) X-Git-Tag: v3.8.0a1~466 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d936a8f8e0964de1147656f1435532f0170f8b6c;p=python bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) --- 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 (`` must be replaced by the path of the +directory containing the virtual environment): +-------------+-----------------+-----------------------------------------+ | Platform | Shell | Command to activate virtual environment |