diff options
-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. |