diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:27:13 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:57 -0700 |
commit | e36de31b1d5eb4837aeee08e50f1f1e8d0ba2b32 (patch) | |
tree | e362ee5abe8e17a5194864cfb82a9c9938516091 /gnu/packages/python-xyz.scm | |
parent | 1df5407cad6f726787d2c271f9fd3a2aaa8f3512 (diff) | |
download | patches-e36de31b1d5eb4837aeee08e50f1f1e8d0ba2b32.tar patches-e36de31b1d5eb4837aeee08e50f1f1e8d0ba2b32.tar.gz |
gnu: python-bigfloat: Fix typo "This package".
* gnu/packages/python-xyz (python-bigfloat)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c1920b59f3..b6fb9b504f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5874,7 +5874,7 @@ more advanced mathematics.") (home-page "https://github.com/mdickinson/bigfloat") (synopsis "Arbitrary precision floating-point arithmetic for Python") (description - "This packages provides a Python interface to the MPFR library for + "This package provides a Python interface to the MPFR library for multiprecision arithmetic.") (license license:lgpl3+))) |