Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 599bfa1

Browse files
matrixiseMariatta
authored andcommitted
bpo-34324: Doc README wrong directory name for venv (GH-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`)
1 parent cca4eec commit 599bfa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)