From 5394163d619152f734424915bc85ce0648537ce9 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 19 Nov 2018 22:02:54 +0100 Subject: [PATCH] bpo-35221: Additional hint that the placeholder is to be replaced. --- Doc/using/venv-create.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index 272090d083a5e2..45abd59d18688d 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 |