Skip to content

Commit 1677f41

Browse files
committed
Point readers to info field lists instead
1 parent 87b8a0b commit 1677f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/describing-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Notice several things:
4747
- Sphinx parsed the argument of the ``.. py:function`` directive and
4848
highlighted the module, the function name, and the parameters appropriately.
4949
- The directive content includes a one-line description of the function,
50-
as well as a :ref:`field list <rst-field-lists>` containing the function
50+
as well as a :ref:`info field list <info-field-lists>` containing the function
5151
parameter, its expected type, the return value, and the return type.
5252

5353
.. note::

0 commit comments

Comments
 (0)