Fix line width

This commit is contained in:
Juan Luis Cano Rodríguez
2021-09-13 15:29:25 +02:00
parent 9a8d7aef2f
commit 02119aba8d

View File

@@ -11,8 +11,8 @@ Documenting Python objects
--------------------------
Sphinx offers several roles and directives to document Python objects,
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,
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,
as follows:
.. code-block:: rst