From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:06:06 +0000 (-0700) Subject: [3.11] Docs: Remove duplicate word in Argument Clinic howto heading (GH-107169) ... X-Git-Tag: v3.11.5~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=798d83bec89cb2e4565f7e16654fc3908a79a746;p=thirdparty%2FPython%2Fcpython.git [3.11] Docs: Remove duplicate word in Argument Clinic howto heading (GH-107169) (#107172) (cherry picked from commit ebe44a5155e9abc70c4b8914ad26b27c2b84f72b) Co-authored-by: Hakan Celik --- diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst index 50703d9b4723..4a83f6dde3a5 100644 --- a/Doc/howto/clinic.rst +++ b/Doc/howto/clinic.rst @@ -574,8 +574,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