diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:07:39 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:07:39 -0400 |
commit | bb2357c6a8fd527b5cf2a8e6afc099bb82f7cf22 (patch) | |
tree | 5b84119899ff9c709881be061edefeca09e87ab8 /python/affine | |
parent | 6eb6d7bd0ab1c4f753712744eb364e72ccef64fb (diff) |
python/affine: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/affine')
-rw-r--r-- | python/affine/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/affine/README b/python/affine/README index b54bb988d71f1..4a2db78922432 100644 --- a/python/affine/README +++ b/python/affine/README @@ -1,2 +1,2 @@ -Python implementation of matrices describing affine transformation of the -plane. The Affine package is derived from the Planar package. +Python implementation of matrices describing affine transformation of +the plane. The Affine package is derived from the Planar package. |