Skip to content

Commit 9a3d42c

Browse files
committed
Fix typo in setup.py
1 parent a18b652 commit 9a3d42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def requirements():
2727

2828
setup(name='skll',
2929
version=__version__,
30-
description=('SciKit-Learn Laboratory makes it easier to run machine'
30+
description=('SciKit-Learn Laboratory makes it easier to run machine '
3131
'learning experiments with scikit-learn.'),
3232
long_description=readme(),
3333
keywords='learning scikit-learn',

0 commit comments

Comments
 (0)