From f2edea856fd0ed32a6e8add9c274fca5e4bb0866 Mon Sep 17 00:00:00 2001 From: AN Long Date: Sun, 25 Feb 2024 17:28:24 +0800 Subject: [PATCH] remove the term markup --- development-tools/clinic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development-tools/clinic.rst b/development-tools/clinic.rst index a43777c0f4..a5fa2e9df5 100644 --- a/development-tools/clinic.rst +++ b/development-tools/clinic.rst @@ -1498,7 +1498,7 @@ a *type* argument to the object converter for :c:macro:`METH_O`. How to convert var-positional parameter functions ------------------------------------------------- -To convert a :term:`var-positional` parameter function, +To convert a var-positional parameter function, prepending the parameter name with ``*`` , and the parameter should use the ``object`` converter::