summaryrefslogtreecommitdiff
path: root/client/vocabcompiler.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-10-06 18:11:32 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-10-08 20:53:09 +0200
commitf9db756c18723abcacd54ad0667f69babca4c695 (patch)
tree034170a3a88a18da9e3255ae8eb49de44cfb41f9 /client/vocabcompiler.py
parent897812b6659fdd7a68bceec9ccb008a16182ef9f (diff)
downloadjasper-client-f9db756c18723abcacd54ad0667f69babca4c695.tar.gz
jasper-client-f9db756c18723abcacd54ad0667f69babca4c695.zip
PEP8 style fixes in test.py and vocabcompiler.py
Diffstat (limited to 'client/vocabcompiler.py')
-rw-r--r--client/vocabcompiler.py2
1 files changed, 1 insertions, 1 deletions
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):