]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34324: Doc README wrong directory name for venv (GH-8650)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 Aug 2018 15:17:10 +0000 (08:17 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Aug 2018 15:17:10 +0000 (08:17 -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`)
(cherry picked from commit 599bfa18f8ebcb23af300b6855934048c3c64e7d)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
Doc/README.rst

index a29d1f3a708a4360802dae3be22bd1ea0688f495..d7bcc5ba7919bbe4d3306fa3fc0910c3fb32f2aa 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::