From a53c358b903c3d1185f3d5e06b844ce826632ad0 Mon Sep 17 00:00:00 2001 From: Yuki Kobayashi Date: Sat, 19 Jul 2025 10:24:22 +0000 Subject: [PATCH] Fix markups for emphasis The word emphasis character `_` is not supported as reST markup. --- development-tools/clinic.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development-tools/clinic.rst b/development-tools/clinic.rst index 642f40dce..2f4677430 100644 --- a/development-tools/clinic.rst +++ b/development-tools/clinic.rst @@ -107,8 +107,8 @@ Terminology end line The line ``[clinic start generated code]*/``. - The *end line* marks the _end_ of Argument Clinic :term:`input`, - but at the same time marks the _start_ of Argument Clinic :term:`output`, + The *end line* marks the *end* of Argument Clinic :term:`input`, + but at the same time marks the *start* of Argument Clinic :term:`output`, thus the text *"clinic start start generated code"* Note that the *end line* closes the C block comment opened by the *start line*.