[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-xlrd: Fix comment.
From: |
guix-commits |
Subject: |
01/01: gnu: python-xlrd: Fix comment. |
Date: |
Wed, 30 Oct 2019 05:20:01 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit 3ccdd3a5ff505864bc0ab887e509e5d5b07c6847
Author: Mathieu Othacehe <address@hidden>
Date: Wed Oct 30 10:19:08 2019 +0100
gnu: python-xlrd: Fix comment.
* gnu/packages/python-xyz.scm (python-xlrd)[arguments]: Turn comment into a
full sentence.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d39c08c..2617f31 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")