diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:16:38 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:55 -0400 |
commit | 44446ef483256493a7c2f3563c5750969b7cdc44 (patch) | |
tree | 1d89b439bd1cd13c3e9ab3ced5a61fef71e9a4c6 | |
parent | 2098d11a457237b6c34fe5289694a9b653dd7729 (diff) |
python/mpmath: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/mpmath/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/mpmath/README b/python/mpmath/README index 36d9586af455..f855d42339b5 100644 --- a/python/mpmath/README +++ b/python/mpmath/README @@ -1,3 +1,4 @@ mpmath is a free (BSD licensed) Python library for real and complex -floating-point arithmetic with arbitrary precision. It has been developed -by Fredrik Johansson since 2007, with help from many contributors. +floating-point arithmetic with arbitrary precision. It has been +developed by Fredrik Johansson since 2007, with help from many +contributors. |