Typo fixes

This commit is contained in:
Jakob Lykke Andersen 2021-10-01 20:48:12 +02:00
parent 91d0289009
commit a6246c1b65
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ Features added
* #9639: autodoc: Support asynchronous generator functions * #9639: autodoc: Support asynchronous generator functions
* #9664: autodoc: ``autodoc-process-bases`` supports to inject reST snippet as a * #9664: autodoc: ``autodoc-process-bases`` supports to inject reST snippet as a
base class base class
* 9691: C, added new info-field ``retval`` * #9691: C, added new info-field ``retval``
for :rst:dir:`c:function` and :rst:dir:`c:macro`. for :rst:dir:`c:function` and :rst:dir:`c:macro`.
* C++, added new info-field ``retval`` for :rst:dir:`cpp:function`. * C++, added new info-field ``retval`` for :rst:dir:`cpp:function`.

View File

@ -677,7 +677,7 @@ The C domain (name **c**) is suited for documentation of C API.
Note that you don't have to backslash-escape asterisks in the signature, as Note that you don't have to backslash-escape asterisks in the signature, as
it is not parsed by the reST inliner. it is not parsed by the reST inliner.
In the description of a function you can use the following info-fields In the description of a function you can use the following info fields
(see also :ref:`info-field-lists`). (see also :ref:`info-field-lists`).
* ``param``, ``parameter``, ``arg``, ``argument``, * ``param``, ``parameter``, ``arg``, ``argument``,
@ -723,7 +723,7 @@ The C domain (name **c**) is suited for documentation of C API.
Describes a C macro, i.e., a C-language ``#define``, without the replacement Describes a C macro, i.e., a C-language ``#define``, without the replacement
text. text.
In the description of a macro you can use the same info-fields as for the In the description of a macro you can use the same info fields as for the
:rst:dir:`c:function` directive. :rst:dir:`c:function` directive.
.. versionadded:: 3.0 .. versionadded:: 3.0