diff options
author | yashlad681 <30846820+yashlad681@users.noreply.github.com> | 2022-05-13 14:36:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 14:36:05 (GMT) |
commit | 3115c2c036728300a31f54a086759da229443bdb (patch) | |
tree | b17fedec709085347044cce1c22ec31e94ebf859 | |
parent | 3e3e8976b8096ae1c52432bd3be15784ea82d956 (diff) | |
download | cpython-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.rst | 2 |
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:: |