diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:12:17 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:57 -0400 |
commit | ff6e79e3206d40a10bb8de05cee973a1f00f1194 (patch) | |
tree | bb73f1a4a9726159affac607d0724bf0ce08b340 /python/python-joblib/README | |
parent | 46efb66d0161af6ddc13af8f1d60bae61e581c80 (diff) |
python/python-joblib: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python-joblib/README')
-rw-r--r-- | python/python-joblib/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-joblib/README b/python/python-joblib/README index c1fea0ba8d5a..cbaef36c156f 100644 --- a/python/python-joblib/README +++ b/python/python-joblib/README @@ -1,3 +1,3 @@ -Joblib is a set of tools to provide lightweight pipelining in Python. Joblib is -optimized to be fast and robust on large data in particular and has specific -optimizations for numpy arrays. +Joblib is a set of tools to provide lightweight pipelining in +Python. Joblib is optimized to be fast and robust on large data in +particular and has specific optimizations for numpy arrays. |