gnu: python-xlrd: Fix comment.

* gnu/packages/python-xyz.scm (python-xlrd)[arguments]: Turn comment into a
full sentence.
This commit is contained in:
Mathieu Othacehe 2019-10-30 10:19:08 +01:00
parent 7a97a26d01
commit 3ccdd3a5ff
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -7258,8 +7258,8 @@ (define-public python-xlrd
(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")