]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34324: Doc README wrong directory name for venv (GH-8650)
authorStéphane Wirtel <stephane@wirtel.be>
Thu, 9 Aug 2018 15:05:31 +0000 (17:05 +0200)
committerMariatta <Mariatta@users.noreply.github.com>
Thu, 9 Aug 2018 15:05:31 +0000 (08:05 -0700)
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`)

Doc/README.rst

index b34916040eb93fa4161e555ba1a1ef0b9a39c1ad..31f8a8b7f59328e6c72fa6d461359aacf63c6bd6 100644 (file)
@@ -33,7 +33,7 @@ To get started on UNIX, you can create a virtual environment with the command ::
   make venv
 
 That will install all the tools necessary to build the documentation. Assuming
-the virtual environment was created in the ``env`` directory (the default;
+the virtual environment was created in the ``venv`` directory (the default;
 configurable with the VENVDIR variable), you can run the following command to
 build the HTML output files::