Doc: Fix duplicate words in idlelib (#136089)

This commit is contained in:
Weilin Du 2025-06-29 14:47:38 +08:00 committed by GitHub
parent 5334732f9c
commit f04d2b8819
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.
"""