diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:20:34 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:48:17 -0800 |
commit | d6bec1d46c2a4d862503db9e5ccea90fb28b0fbd (patch) | |
tree | 17d7f8c726dc717feae38b91c82132614d10e4f7 /gnu | |
parent | 51ba1ba2ea38e62207f99da1d3e245f360fc59e3 (diff) |
gnu: python-stdnum: Fix trailing whitespace in description.
* gnu/packages/finance.scm (python-stdnum)[description]: Fix trailing
whitespace.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/finance.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index a2aac7a552..26c8fd53d1 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1230,7 +1230,7 @@ personal identity and company identification codes, international standard numbers (ISBN, IBAN, EAN, etc.) and various other formats. 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+))) (define-public python2-stdnum |