Skip to content

Commit aa68d30

Browse files
committed
Tweaking the paragraph filling code some more
- Legacy-Id: 346
1 parent 712cd8a commit aa68d30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/utils/soup2text.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def para(words, pre):
4848
#print "["+text+"]"
4949
text = re.sub("[\t ]+", " ", text)
5050
text = text.strip("\n")
51+
text = text.lstrip()
5152
text = textwrap.fill(text)
5253
return text
5354

0 commit comments

Comments
 (0)