Skip to content

Commit aa20d22

Browse files
tingstadRichard Tingstad
authored andcommitted
Nitpick: consistent whitespace
1 parent 180f942 commit aa20d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

27-spreadsheet/tf-27.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
list(map(lambda w : \
1212
w if w not in stop_words[0] else '',\
1313
all_words[0]))]
14-
unique_words = [(),lambda :
14+
unique_words = [(), lambda :
1515
set([w for w in non_stop_words[0] if w!=''])]
1616
counts = [(), lambda :
1717
list(map(lambda w, word_list : word_list.count(w), \

0 commit comments

Comments
 (0)