From 3115c2c036728300a31f54a086759da229443bdb Mon Sep 17 00:00:00 2001 From: yashlad681 <30846820+yashlad681@users.noreply.github.com> Date: Fri, 13 May 2022 20:06:05 +0530 Subject: [PATCH] gh-91249: Remove .bat extension in documentation for when activating venv on Windows. (GH-92770) --- Doc/tutorial/venv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst index 7cdce3f9ca8..1fdb370b33d 100644 --- a/Doc/tutorial/venv.rst +++ b/Doc/tutorial/venv.rst @@ -60,7 +60,7 @@ Once you've created a virtual environment, you may activate it. On Windows, run:: - tutorial-env\Scripts\activate.bat + tutorial-env\Scripts\activate On Unix or MacOS, run::