We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba265b commit 1e5aa03Copy full SHA for 1e5aa03
documentation/translations/translating.rst
@@ -296,8 +296,8 @@ language code) folder inside the ``Doc/`` directory of the CPython repository.
296
297
You can then build with :ref:`make <doc-build-make>` by adding
298
a ``SPHINXOPTS="-D language=LANG"`` argument before the target
299
-or using :ref:`Sphinx directly <doc-build-sphinx>` and adding a
300
-``-D language LANG`` argument. For example:
+or by using :ref:`Sphinx directly <doc-build-sphinx>` and adding a
+``-D language=LANG`` argument. For example:
301
302
.. code-block:: bash
303
0 commit comments