]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Docs: Remove duplicate word in Argument Clinic howto heading (GH-107169) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Jul 2023 12:06:06 +0000 (05:06 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 12:06:06 +0000 (12:06 +0000)
(cherry picked from commit ebe44a5155e9abc70c4b8914ad26b27c2b84f72b)

Co-authored-by: Hakan Celik <hakancelikdev@gmail.com>
Doc/howto/clinic.rst

index 50703d9b4723d9f9199e2d8604846453e0beb8d2..4a83f6dde3a514805fd61bc193b6398b323fa74e 100644 (file)
@@ -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