From 56500a92556ac3cc0a81ebc39fc0233169043885 Mon Sep 17 00:00:00 2001 From: Crista Lopes Date: Tue, 11 Mar 2014 08:26:54 -0700 Subject: [PATCH] Fixed typo in comment --- 30-inverse-multiplexer/tf-30.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/30-inverse-multiplexer/tf-30.py b/30-inverse-multiplexer/tf-30.py index 416448d..c94c875 100755 --- a/30-inverse-multiplexer/tf-30.py +++ b/30-inverse-multiplexer/tf-30.py @@ -38,7 +38,7 @@ def split_words(data_str): def count_words(pairs_list_1, pairs_list_2): """ - Takes a two lists of pairs of the form + Takes two lists of pairs of the form [(w1, 1), ...] and returns a list of pairs [(w1, frequency), ...], where frequency is the sum of all the reported occurrences