From: Hakan Celik Date: Mon, 24 Jul 2023 11:54:39 +0000 (+0300) Subject: Docs: Remove duplicate word in Argument Clinic howto heading (#107169) X-Git-Tag: v3.13.0a1~1246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe44a5155e9abc70c4b8914ad26b27c2b84f72b;p=thirdparty%2FPython%2Fcpython.git Docs: Remove duplicate word in Argument Clinic howto heading (#107169) --- diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst index f6bf1d2234f8..933fecab9ddd 100644 --- a/Doc/howto/clinic.rst +++ b/Doc/howto/clinic.rst @@ -582,8 +582,8 @@ How-to guides ============= -How to to rename C functions and variables generated by Argument Clinic ------------------------------------------------------------------------ +How to rename C functions and variables generated by Argument Clinic +-------------------------------------------------------------------- Argument Clinic automatically names the functions it generates for you. Occasionally this may cause a problem, if the generated name collides with