From 7af2144e558a0268b1aa20bb88046716c89f987d Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 21 Nov 2018 00:48:42 -0800 Subject: [PATCH] bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) (GH-10630) (cherry picked from commit d936a8f8e0964de1147656f1435532f0170f8b6c) Co-authored-by: Julien Palard --- 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 4c7795ad8019..7e8ae4a85f8a 100644 --- a/Doc/using/venv-create.inc +++ b/Doc/using/venv-create.inc @@ -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 (`` must be replaced by the path of the +directory containing the virtual environment): +-------------+-----------------+-----------------------------------------+ | Platform | Shell | Command to activate virtual environment | -- 2.47.3