Skip to content

Commit a273099

Browse files
!fixup Commit
1 parent 0e5dc44 commit a273099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/colorizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def _add_tag(self, start, end, head, matched_group_name):
575575
f"{head}+{end:d}c")
576576

577577
def _add_tags_in_section(self, chars, head):
578-
"""Parse and add highlighting tags to a given part of the text..
578+
"""Parse and add highlighting tags to a given part of the text.
579579
580580
`chars` is a string with the text to parse and to which
581581
highlighting is to be applied.

0 commit comments

Comments
 (0)