Skip to content

Commit a6246c1

Browse files
committed
Typo fixes
1 parent 91d0289 commit a6246c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Features added
1919
* #9639: autodoc: Support asynchronous generator functions
2020
* #9664: autodoc: ``autodoc-process-bases`` supports to inject reST snippet as a
2121
base class
22-
* 9691: C, added new info-field ``retval``
22+
* #9691: C, added new info-field ``retval``
2323
for :rst:dir:`c:function` and :rst:dir:`c:macro`.
2424
* C++, added new info-field ``retval`` for :rst:dir:`cpp:function`.
2525

doc/usage/restructuredtext/domains.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ The C domain (name **c**) is suited for documentation of C API.
677677
Note that you don't have to backslash-escape asterisks in the signature, as
678678
it is not parsed by the reST inliner.
679679

680-
In the description of a function you can use the following info-fields
680+
In the description of a function you can use the following info fields
681681
(see also :ref:`info-field-lists`).
682682

683683
* ``param``, ``parameter``, ``arg``, ``argument``,
@@ -723,7 +723,7 @@ The C domain (name **c**) is suited for documentation of C API.
723723
Describes a C macro, i.e., a C-language ``#define``, without the replacement
724724
text.
725725
726-
In the description of a macro you can use the same info-fields as for the
726+
In the description of a macro you can use the same info fields as for the
727727
:rst:dir:`c:function` directive.
728728
729729
.. versionadded:: 3.0

0 commit comments

Comments
 (0)