From 4547f2f580887ae81e0fe00488fbb03be966034d Mon Sep 17 00:00:00 2001 From: Crista Lopes Date: Wed, 1 Jan 2014 17:43:43 -0800 Subject: [PATCH] Minor --- 31-trinity/tf-31.py | 1 + 1 file changed, 1 insertion(+) diff --git a/31-trinity/tf-31.py b/31-trinity/tf-31.py index ae7bad8..6152418 100755 --- a/31-trinity/tf-31.py +++ b/31-trinity/tf-31.py @@ -16,6 +16,7 @@ class WordFrequenciesModel: except IOError: print "File not found" self.freqs = {} + class WordFrequenciesView: def __init__(self, model): self._model = model