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