diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-10-30 10:19:08 +0100 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-10-30 10:19:08 +0100 |
commit | 3ccdd3a5ff505864bc0ab887e509e5d5b07c6847 (patch) | |
tree | d2b9ee20b75f94a11163c4c9784ff3f5819f1513 | |
parent | 7a97a26d012da08fad4540eed99643f6306de423 (diff) | |
download | gnu-guix-3ccdd3a5ff505864bc0ab887e509e5d5b07c6847.tar gnu-guix-3ccdd3a5ff505864bc0ab887e509e5d5b07c6847.tar.gz |
gnu: python-xlrd: Fix comment.
* gnu/packages/python-xyz.scm (python-xlrd)[arguments]: Turn comment into a
full sentence.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d39c08c1c4..2617f316d9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7258,8 +7258,8 @@ Supported netlink families and protocols include: (arguments `(#:phases (modify-phases %standard-phases - ;; Some tests depend on writing a temp file - ;; to the user's home directory + ;; Some tests depend on writing a temporary file to the user's home + ;; directory. (add-after 'unpack 'fix-tests (lambda _ (delete-file "tests/test_open_workbook.py") |