mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a bug in format_changelog, in a silly way
This commit is contained in:
@@ -59,7 +59,7 @@ def generate_wrapping(words, divisions):
|
||||
w = words[last:i]
|
||||
last = i
|
||||
line = " ".join(w).replace("\xff ","-").replace("\xff","-")
|
||||
lines.append(line)
|
||||
lines.append(line.strip())
|
||||
return lines
|
||||
|
||||
def wrapping_quality(words, divisions, width1, width2):
|
||||
|
||||
Reference in New Issue
Block a user