gnu: python-bigfloat: Fix typo "This package".

* gnu/packages/python-xyz (python-bigfloat)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 15:27:13 -07:00
parent 1df5407cad
commit e36de31b1d
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -5874,7 +5874,7 @@ (define-public python-bigfloat
(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+)))