summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryashlad681 <30846820+yashlad681@users.noreply.github.com>2022-05-13 14:36:05 (GMT)
committerGitHub <noreply@github.com>2022-05-13 14:36:05 (GMT)
commit3115c2c036728300a31f54a086759da229443bdb (patch)
treeb17fedec709085347044cce1c22ec31e94ebf859
parent3e3e8976b8096ae1c52432bd3be15784ea82d956 (diff)
downloadcpython-3115c2c036728300a31f54a086759da229443bdb.zip
cpython-3115c2c036728300a31f54a086759da229443bdb.tar.gz
cpython-3115c2c036728300a31f54a086759da229443bdb.tar.bz2
gh-91249: Remove .bat extension in documentation for when activating venv on Windows. (GH-92770)
-rw-r--r--Doc/tutorial/venv.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst
index 7cdce3f..1fdb370 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::