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

Skip to content

Commit 4fc58ea

Browse files
committed
Update author email address in code
1 parent 9ba1f2d commit 4fc58ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fp_growth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from collections import defaultdict, namedtuple
1313
from itertools import imap
1414

15-
__author__ = 'Eric Naeseth <enaeseth@gmail.com>'
15+
__author__ = 'Eric Naeseth <eric@naeseth.com>'
1616
__copyright__ = 'Copyright © 2009 Eric Naeseth'
1717
__license__ = 'MIT License'
1818

0 commit comments

Comments
 (0)