Skip to content

Commit 3115c2c

Browse files
authored
gh-91249: Remove .bat extension in documentation for when activating venv on Windows. (GH-92770)
1 parent 3e3e897 commit 3115c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/venv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Once you've created a virtual environment, you may activate it.
6060

6161
On Windows, run::
6262

63-
tutorial-env\Scripts\activate.bat
63+
tutorial-env\Scripts\activate
6464

6565
On Unix or MacOS, run::
6666

0 commit comments

Comments
 (0)