gnu: python-stdnum: Fix trailing whitespace in description.

* gnu/packages/finance.scm (python-stdnum)[description]: Fix trailing
  whitespace.
This commit is contained in:
Vagrant Cascadian 2021-12-29 22:20:34 -08:00
parent 51ba1ba2ea
commit d6bec1d46c
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -1230,7 +1230,7 @@ (define-public python-stdnum
international standard numbers (ISBN, IBAN, EAN, etc.) international standard numbers (ISBN, IBAN, EAN, etc.)
and various other formats. and various other formats.
The module also includes implementations of the Verhoeff, The module also includes implementations of the Verhoeff,
Luhn and family of ISO/IEC 7064 check digit algorithms. ") Luhn and family of ISO/IEC 7064 check digit algorithms.")
(license license:lgpl2.1+))) (license license:lgpl2.1+)))
(define-public python2-stdnum (define-public python2-stdnum