aboutsummaryrefslogtreecommitdiffstats
path: root/tools/html2text.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/html2text.py')
-rwxr-xr-xtools/html2text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/html2text.py b/tools/html2text.py
index 22eb84d112..accd98a2ae 100755
--- a/tools/html2text.py
+++ b/tools/html2text.py
@@ -64,7 +64,7 @@ class TextHTMLParser(HTMLParser):
initial_indent += self.list_item_prefix
indent += ' '
kwargs = {
- 'width': 66,
+ 'width': 72,
'initial_indent': initial_indent,
'subsequent_indent': indent
}