Merge pull request #10217 from carltongibson/patch-1

Fixed typo.
This commit is contained in:
Takeshi KOMIYA 2022-03-03 02:39:36 +09:00 committed by GitHub
commit b99c3f6f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ Notice several things:
- Sphinx parsed the argument of the ``.. py:function`` directive and
highlighted the module, the function name, and the parameters appropriately.
- The directive content includes a one-line description of the function,
as well as a :ref:`info field list <info-field-lists>` containing the function
as well as an :ref:`info field list <info-field-lists>` containing the function
parameter, its expected type, the return value, and the return type.
.. note::