Skip to content

Commit 8426bba

Browse files
committed
Nitpick: consistent whitespace
1 parent ed8c3ca commit 8426bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

26-spreadsheet/tf-26.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)