[3.13] Doc: Fix duplicate words in idlelib (GH-136089) (#136091)

Doc: Fix duplicate words in idlelib (GH-136089)
(cherry picked from commit f04d2b8819)

Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-06-29 09:09:36 +02:00 committed by GitHub
parent a2f1d22a36
commit 76dd0eee05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 4 deletions

View file

@ -1649,7 +1649,7 @@ def tokeneater(self, type, token, start, end, line,
self.finished = 1
def run(self):
"""Return 2 lines containing block opener and and indent.
"""Return 2 lines containing block opener and indent.
Either the indent line or both may be None.
"""