From 9a3d42cf2561a738b4a655e135a7b64f2f9fc1ef Mon Sep 17 00:00:00 2001 From: Nitin Madnani Date: Wed, 13 Dec 2017 16:48:42 -0500 Subject: [PATCH] Fix typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3aec01b4..c37b3a88 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def requirements(): setup(name='skll', version=__version__, - description=('SciKit-Learn Laboratory makes it easier to run machine' + description=('SciKit-Learn Laboratory makes it easier to run machine ' 'learning experiments with scikit-learn.'), long_description=readme(), keywords='learning scikit-learn',