We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712cd8a commit aa68d30Copy full SHA for aa68d30
1 file changed
ietf/utils/soup2text.py
@@ -48,6 +48,7 @@ def para(words, pre):
48
#print "["+text+"]"
49
text = re.sub("[\t ]+", " ", text)
50
text = text.strip("\n")
51
+ text = text.lstrip()
52
text = textwrap.fill(text)
53
return text
54
0 commit comments