From f9db756c18723abcacd54ad0667f69babca4c695 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 6 Oct 2014 18:11:32 +0200 Subject: PEP8 style fixes in test.py and vocabcompiler.py --- client/vocabcompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/vocabcompiler.py') diff --git a/client/vocabcompiler.py b/client/vocabcompiler.py index 1cfe15e..d0f0124 100644 --- a/client/vocabcompiler.py +++ b/client/vocabcompiler.py @@ -323,7 +323,7 @@ class PocketsphinxVocabulary(AbstractVocabulary): line = "%s\t%s\n" % (word, pronounciation) else: line = "%s(%d)\t%s\n" % (word, i, pronounciation) - f.write(line) + f.write(line) def get_phrases_from_module(module): -- cgit v1.3.1