]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Remove duplicate word in Argument Clinic howto heading (#107169)
authorHakan Celik <hakancelikdev@gmail.com>
Mon, 24 Jul 2023 11:54:39 +0000 (14:54 +0300)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 11:54:39 +0000 (13:54 +0200)
Doc/howto/clinic.rst

index f6bf1d2234f88d2346d122f33c818e47b75e88b1..933fecab9ddd5a91a533a5946d17970e5972fa41 100644 (file)
@@ -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