Fixes statement typo

This commit is contained in:
Agbonze Osazuwa
2021-12-04 13:13:17 +01:00
committed by GitHub
parent c45bf2ea32
commit 6f4280c0a3

View File

@@ -243,7 +243,7 @@ PDF builds using LaTeX. Please choose one for your purpose.
$ docker run -it --rm -v /path/to/document:/docs sphinxdoc/sphinx sphinx-quickstart
And you can following command this to build HTML document:
And you can use the following command to build HTML document:
.. code-block:: bash