]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
closes gh-97650: correct sphinx executable (gh-97651)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Sep 2022 23:03:14 +0000 (16:03 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Sep 2022 23:03:14 +0000 (16:03 -0700)
(cherry picked from commit 0179a82caa05a322d1dbab05155be6f919c281ff)

Co-authored-by: NoSuck <NoSuck@users.noreply.github.com>
Doc/README.rst

index 7e8a27b4066d87a5ffa7ee92c3e655401bcbe3fc..729f4f85c7f8696e70b16c66a955af1e2834421c 100644 (file)
@@ -40,7 +40,7 @@ If you'd like to create the virtual environment in a different location,
 you can specify it using the ``VENVDIR`` variable.
 
 You can also skip creating the virtual environment altogether, in which case
-the Makefile will look for instances of ``sphinxbuild`` and ``blurb``
+the Makefile will look for instances of ``sphinx-build`` and ``blurb``
 installed on your process ``PATH`` (configurable with the ``SPHINXBUILD`` and
 ``BLURB`` variables).