diff options
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 |
commit | 22034ece4bce4027fb7fb787c4198c4ce417b30b (patch) | |
tree | f9b7da6c39eecd205f8406023197e8cd3a557d29 /python/python-xlwt/README | |
parent | b27d23e0f3dad6ea196606fa57b9068cb67a09c2 (diff) | |
download | slackbuilds-22034ece4bce4027fb7fb787c4198c4ce417b30b.tar.gz |
python/python-xlwt: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python-xlwt/README')
-rw-r--r-- | python/python-xlwt/README | 8 |
1 files changed, 4 insertions, 4 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. |