mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
format_paragraph_event wasn't returning 'break'
This commit is contained in:
parent
137c49ce6a
commit
0c64fb435a
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ class FormatParagraph:
|
|||
else:
|
||||
text.mark_set("insert", last)
|
||||
text.see("insert")
|
||||
return "break"
|
||||
|
||||
def find_paragraph(text, mark):
|
||||
lineno, col = map(int, mark.split("."))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue