[Python-checkins] [3.11] Docs: Remove duplicate word in Argument Clinic howto heading (GH-107169) (#107172)

erlend-aasland webhook-mailer at python.org
Mon Jul 24 08:06:10 EDT 2023


https://github.com/python/cpython/commit/798d83bec89cb2e4565f7e16654fc3908a79a746
commit: 798d83bec89cb2e4565f7e16654fc3908a79a746
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: erlend-aasland <erlend.aasland at protonmail.com>
date: 2023-07-24T12:06:06Z
summary:

[3.11] Docs: Remove duplicate word in Argument Clinic howto heading (GH-107169) (#107172)

(cherry picked from commit ebe44a5155e9abc70c4b8914ad26b27c2b84f72b)

Co-authored-by: Hakan Celik <hakancelikdev at gmail.com>

files:
M Doc/howto/clinic.rst

diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst
index 50703d9b4723d..4a83f6dde3a51 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



More information about the Python-checkins mailing list