diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-06 18:11:32 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-08 20:53:09 +0200 |
| commit | f9db756c18723abcacd54ad0667f69babca4c695 (patch) | |
| tree | 034170a3a88a18da9e3255ae8eb49de44cfb41f9 /client/vocabcompiler.py | |
| parent | 897812b6659fdd7a68bceec9ccb008a16182ef9f (diff) | |
| download | jasper-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.py | 2 |
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): |
