Skip to content

Commit 01736ae

Browse files
Improve comments in codeblock
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent bf8cf4d commit 01736ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/translations/translating.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,10 @@ or by using :ref:`Sphinx directly <doc-build-sphinx>` and adding a
302302

303303
.. code-block:: bash
304304
305-
# build the html format of the Polish translation using make
305+
# Build the HTML format of the Polish translation using make
306306
make SPHINXOPTS="-D language=pl" html
307307
308-
# build the html format of the Romanian translation using Sphinx directly
308+
# Build the HTML format of the Romanian translation using Sphinx directly
309309
python -m sphinx -b html . build/html -D language=ro
310310
311311

0 commit comments

Comments
 (0)