Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb0f376

Browse files
author
Eric Naeseth
committed
Fixing a syntax error in setup.py.
1 parent 77281db commit cb0f376

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
@@ -4,7 +4,7 @@
44

55
setup(
66
name='Python FP-Growth',
7-
description='A pure-python implementation of the FP-growth algorithm.'
7+
description='A pure-python implementation of the FP-growth algorithm.',
88
version='0.1',
99
author='Eric Naeseth',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)