diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:30:02 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:30:02 -0400 |
commit | d22ae43f65f5d385d0d7388939fca44ae09afd5d (patch) | |
tree | 0b8d65b20adbf4f6a1f708424907740b0f69b7b4 /libraries/futures | |
parent | a4b3a836d5fa48baa7472d49396577fcb1cc573e (diff) | |
download | slackbuilds-d22ae43f65f5d385d0d7388939fca44ae09afd5d.tar.gz |
libraries/futures: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/futures')
-rw-r--r-- | libraries/futures/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/futures/README b/libraries/futures/README index 9e51da8fc2..2d2634bb0e 100644 --- a/libraries/futures/README +++ b/libraries/futures/README @@ -1,5 +1,6 @@ -This is a backport of the concurrent.futures standard library module to Python -2. +This is a backport of the concurrent.futures standard library module +to Python 2. -It should not be installed on Python 3, although there should be no harm in -doing so, as the standard library takes precedence over third party libraries. +It should not be installed on Python 3, although there should be no +harm in doing so, as the standard library takes precedence over third +party libraries. |