diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 15:31:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 15:36:07 +0200 |
commit | c5779c931bcfd1073da1031bd8663871a88c2950 (patch) | |
tree | 0b4585f72dd0c541d0bfa6c6aa9db884017771b8 /gnu/packages/maths.scm | |
parent | bed035c56060d008abbfcd7e4100f6aa76031314 (diff) | |
download | guix-c5779c931bcfd1073da1031bd8663871a88c2950.tar guix-c5779c931bcfd1073da1031bd8663871a88c2950.tar.gz |
gnu: Synchronize GNU package descriptions with upstream.
These are mostly two-space-after-end-of-sentence-period changes
resulting from commit 3a09e1d2.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 774686310f..bd279099e2 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -179,11 +179,11 @@ LP/MIP solver is included in the package.") (synopsis "Statistical analysis") (description "GNU PSPP is a statistical analysis program. It can perform -descriptive statistics, T-tests, linear regression and non-parametric tests. -It features both a graphical interface as well as command-line input. PSPP is -designed to interoperate with Gnumeric, LibreOffice and OpenOffice. Data can -be imported from spreadsheets, text files and database sources and it can be -output in text, PostScript, PDF or HTML.") +descriptive statistics, T-tests, linear regression and non-parametric tests. +It features both a graphical interface as well as command-line input. PSPP +is designed to interoperate with Gnumeric, LibreOffice and OpenOffice. Data +can be imported from spreadsheets, text files and database sources and it can +be output in text, PostScript, PDF or HTML.") (license license:gpl3+))) (define-public lapack |