mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[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:
parent
a2f1d22a36
commit
76dd0eee05
5 changed files with 5 additions and 4 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue