Skip to content

Commit 98012d5

Browse files
committed
typo.
1 parent df8ef8b commit 98012d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
with open("openml/__version__.py") as fh:
77
version = fh.readlines()[-1].split()[-1].strip("\"'")
88

9-
# Using Python setup.py install will try to build numpy which prone to failure and
9+
# Using Python setup.py install will try to build numpy which is prone to failure and
1010
# very time consuming anyway.
1111
if len(sys.argv) > 1 and sys.argv[1] == 'install':
1212
print('Please install this package with pip: `pip install -e .` '

0 commit comments

Comments
 (0)