diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b6fb9b504f..cbc2f089cb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6831,7 +6831,7 @@ (define-public python-xlrd (native-inputs `(("python-nose" ,python-nose))) (home-page "http://www.python-excel.org/") (synopsis "Library for extracting data from Excel files") - (description "This packages provides a library to extract data from + (description "This package provides a library to extract data from spreadsheets using Microsoft Excel proprietary file formats @samp{.xls} and @samp{.xlsx} (versions 2.0 onwards). It has support for Excel dates and is Unicode-aware. It is not intended as an end-user tool.")