]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
closes gh-97650: correct sphinx executable (gh-97651)
authorNoSuck <NoSuck@users.noreply.github.com>
Thu, 29 Sep 2022 22:53:41 +0000 (17:53 -0500)
committerGitHub <noreply@github.com>
Thu, 29 Sep 2022 22:53:41 +0000 (15:53 -0700)
Doc/README.rst

index 4326086e9e3529954e6ddac7a145f728e61d3f7a..d67cad79916b388d5adf354c4f3029d37da70457 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).