From d22ae43f65f5d385d0d7388939fca44ae09afd5d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 15:30:02 -0400 Subject: libraries/futures: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/futures/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'libraries/futures') 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. -- cgit v1.2.3-65-gdbad