mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Change paragraph width limit to 70 (like Emacs M-Q).
This commit is contained in:
parent
2927e7891f
commit
629082edd6
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def find_paragraph(text, mark):
|
|||
first = "%d.0" % (lineno+1)
|
||||
return first, last, text.get(first, last)
|
||||
|
||||
def reformat_paragraph(data, limit=72):
|
||||
def reformat_paragraph(data, limit=70):
|
||||
lines = string.split(data, "\n")
|
||||
i = 0
|
||||
n = len(lines)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue