Skip to content

Commit fe8f90a

Browse files
bpo-34324: Doc README wrong directory name for venv (pythonGH-8650)
In the documentation, the `env` directory is specified when we execute the `make venv` command. But in the code, `make venv` will create the virtualenv inside the `venv` directory (defined by `VENVDIR`) (cherry picked from commit 599bfa1) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
1 parent 2920303 commit fe8f90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To get started on UNIX, you can create a virtual environment with the command ::
3333
make venv
3434

3535
That will install all the tools necessary to build the documentation. Assuming
36-
the virtual environment was created in the ``env`` directory (the default;
36+
the virtual environment was created in the ``venv`` directory (the default;
3737
configurable with the VENVDIR variable), you can run the following command to
3838
build the HTML output files::
3939

0 commit comments

Comments
 (0)