summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-05-26 20:26:02 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-27 07:23:29 +0700
commit22034ece4bce4027fb7fb787c4198c4ce417b30b (patch)
treef9b7da6c39eecd205f8406023197e8cd3a557d29
parentb27d23e0f3dad6ea196606fa57b9068cb67a09c2 (diff)
downloadslackbuilds-22034ece4bce4027fb7fb787c4198c4ce417b30b.tar.gz
slackbuilds-22034ece4bce4027fb7fb787c4198c4ce417b30b.tar.xz
python/python-xlwt: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--python/python-xlwt/README8
-rw-r--r--python/python-xlwt/slack-desc8
2 files changed, 7 insertions, 9 deletions
diff --git a/python/python-xlwt/README b/python/python-xlwt/README
index 0fb91dbb5b..4d58db130a 100644
--- a/python/python-xlwt/README
+++ b/python/python-xlwt/README
@@ -1,6 +1,6 @@
-python-xlwt is a library for generating spreadsheet files that are compatible with
-Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric.
+python-xlwt is a library for generating spreadsheet files that are compatible
+with Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric.
-python-xlwt has full support for Unicode. Excel spreadsheets can be generated on
-any platform without needing Excel or a COM server.
+python-xlwt has full support for Unicode. Excel spreadsheets can be generated
+on any platform without needing Excel or a COM server.
The only requirement is Python 2.3 to 2.7.
diff --git a/python/python-xlwt/slack-desc b/python/python-xlwt/slack-desc
index 0b1940c349..fc1d19cb38 100644
--- a/python/python-xlwt/slack-desc
+++ b/python/python-xlwt/slack-desc
@@ -6,16 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-python-xlwt: python-xlwt (Python package for generating MS Excel ™ spreadsheet)
+python-xlwt: python-xlwt (Python package for generating MS Excel spreadsheets)
python-xlwt:
python-xlwt: python-xlwt is a library to create spreadsheet files compatible with
python-xlwt: MS Excel 97/2000/XP/2003 XLS files, on any platform, with
-python-xlwt: Python 2.3 to 2.7
+python-xlwt: Python 2.3 to 2.7.
python-xlwt:
+python-xlwt: Homepage: http://www.python-excel.org/
python-xlwt:
python-xlwt:
-python-xlwt: Homepage: http://www.python-excel.org/
python-xlwt:
python-xlwt:
-
-