aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/fontTools/help.py')
-rw-r--r--Lib/fontTools/help.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/fontTools/help.py b/Lib/fontTools/help.py
index 4334e500..ff8048d5 100644
--- a/Lib/fontTools/help.py
+++ b/Lib/fontTools/help.py
@@ -22,8 +22,7 @@ def main():
description = imports.main.__doc__
if description:
pkg = pkg.replace("fontTools.", "").replace(".__main__", "")
- # show the docstring's first line only
- descriptions[pkg] = description.splitlines()[0]
+ descriptions[pkg] = description
except AttributeError as e:
pass
for pkg, description in descriptions.items():