summaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-03-06 15:32:43 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-03-06 15:32:43 +0100
commit25190074b2b7a4eedb1faca637eec134a9f44c53 (patch)
treeec25145663425c697b7c52c727b3a15636c55913 /__init__.py
parent5f5308aeb664e968ab4dada2faba0e310e6c2d71 (diff)
downloadclufter-25190074b2b7a4eedb1faca637eec134a9f44c53.tar.gz
clufter-25190074b2b7a4eedb1faca637eec134a9f44c53.tar.xz
clufter-25190074b2b7a4eedb1faca637eec134a9f44c53.zip
__init__ + command_manager: push wrap limit 70 -> 76 chars
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 5206c98..777bc2a 100644
--- a/__init__.py
+++ b/__init__.py
@@ -33,7 +33,7 @@ def version_text(package=None, sep='\n'):
+ _deobfuscate_mail(sep.join(metadata).replace(' \n', '\n')))
-def description_text(width=70):
+def description_text(width=76):
if not width:
return description
from textwrap import fill