Skip to content

Commit a53c358

Browse files
committed
Fix markups for emphasis
The word emphasis character `_` is not supported as reST markup.
1 parent 33db444 commit a53c358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development-tools/clinic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Terminology
107107

108108
end line
109109
The line ``[clinic start generated code]*/``.
110-
The *end line* marks the _end_ of Argument Clinic :term:`input`,
111-
but at the same time marks the _start_ of Argument Clinic :term:`output`,
110+
The *end line* marks the *end* of Argument Clinic :term:`input`,
111+
but at the same time marks the *start* of Argument Clinic :term:`output`,
112112
thus the text *"clinic start start generated code"*
113113
Note that the *end line* closes the C block comment opened
114114
by the *start line*.

0 commit comments

Comments
 (0)