Skip to content

Commit 02119ab

Browse files
committed
Fix line width
1 parent 9a8d7ae commit 02119ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorial/describing-code.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Documenting Python objects
1111
--------------------------
1212

1313
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,
14+
all grouped together in :ref:`the Python domain <python-domain>`. For example,
15+
you can use the :rst:dir:`py:function` directive to document a Python function,
1616
as follows:
1717

1818
.. code-block:: rst

0 commit comments

Comments
 (0)