diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-13 14:07:07 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-13 14:07:07 +0200 |
| commit | bf134ab6a98e2b34dac7cb7d6e9d21e4afde1dba (patch) | |
| tree | d8abd45fa6fb04e74662b57e90e217e0dc2660cd /client/vocabcompiler.py | |
| parent | 722ac02441b7e9978f908f6670e1fae731cbe6bb (diff) | |
| download | jasper-client-bf134ab6a98e2b34dac7cb7d6e9d21e4afde1dba.tar.gz jasper-client-bf134ab6a98e2b34dac7cb7d6e9d21e4afde1dba.zip | |
Nit: fix variable naming in client/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 7eef5c0..0fb668a 100644 --- a/client/vocabcompiler.py +++ b/client/vocabcompiler.py @@ -32,7 +32,7 @@ class AbstractVocabulary(object): __metaclass__ = ABCMeta @classmethod - def phrases_to_revision(self, phrases): + def phrases_to_revision(cls, phrases): """ Calculates a revision from phrases by using the SHA1 hash function. |
