summary refs log tree commit diff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 15:28:32 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:08:59 -0700
commita090928635698edd9d1b0d0a996f7a662539bfbd (patch)
treebb91482287736131fb744757f2808ab2c0da1f50
parente36de31b1d5eb4837aeee08e50f1f1e8d0ba2b32 (diff)
downloadguix-a090928635698edd9d1b0d0a996f7a662539bfbd.tar.gz
gnu: python-xlrd: Fix typo "This package".
* gnu/packages/python-xyz (python-xlrd)[description]: Fix typo.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
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 @@ and MAC network addresses.")
     (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.")