Fix package docstrings, #1612

This commit is contained in:
Adam J. Stewart
2016-08-24 10:32:29 -05:00
parent 0614bd206f
commit eb56744f4d
31 changed files with 83 additions and 128 deletions

View File

@@ -26,10 +26,8 @@
class Datamash(Package):
"""
GNU datamash is a command-line program which performs basic numeric,
textual and statistical operations on input textual data files.
"""
"""GNU datamash is a command-line program which performs basic numeric,
textual and statistical operations on input textual data files."""
homepage = "https://www.gnu.org/software/datamash/"
url = "http://ftp.gnu.org/gnu/datamash/datamash-1.0.5.tar.gz"