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 9a8d7ae commit 02119abCopy full SHA for 02119ab
doc/tutorial/describing-code.rst
@@ -11,8 +11,8 @@ Documenting Python objects
11
--------------------------
12
13
Sphinx offers several roles and directives to document Python objects,
14
-all grouped together in :ref:`the Python domain <python-domain>`. For example, you can
15
-use the :rst:dir:`py:function` directive to document a Python function,
+all grouped together in :ref:`the Python domain <python-domain>`. For example,
+you can use the :rst:dir:`py:function` directive to document a Python function,
16
as follows:
17
18
.. code-block:: rst
0 commit comments