From 2afa69d22f4a099e9fe3693e95d1d4414d7a8cf8 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:17:12 +0300 Subject: [PATCH] program formatting --- Doc/using/venv-create.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index d839b22713968a..96fbd14b2a758d 100644 --- a/Doc/using/venv-create.inc +++ b/Doc/using/venv-create.inc @@ -20,8 +20,8 @@ re-used. The use of ``venv`` is now recommended for creating virtual environments. .. deprecated-removed:: 3.6 3.8 - ``pyvenv`` was the recommended tool for creating virtual environments for - Python 3.3 and 3.4. + :program:`pyvenv` was the recommended tool for creating virtual environments + for Python 3.3 and 3.4. .. highlight:: none