]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-91249: Remove .bat extension in documentation for when activating venv on Windows...
authoryashlad681 <30846820+yashlad681@users.noreply.github.com>
Fri, 13 May 2022 14:36:05 +0000 (20:06 +0530)
committerGitHub <noreply@github.com>
Fri, 13 May 2022 14:36:05 +0000 (15:36 +0100)
Doc/tutorial/venv.rst

index 7cdce3f9ca887125aa53baf476399d7d5772f866..1fdb370b33d5af5b61195a3ef464f95168eddc51 100644 (file)
@@ -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::