summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-10-13 14:07:07 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-10-13 14:07:07 +0200
commitbf134ab6a98e2b34dac7cb7d6e9d21e4afde1dba (patch)
treed8abd45fa6fb04e74662b57e90e217e0dc2660cd /client
parent722ac02441b7e9978f908f6670e1fae731cbe6bb (diff)
downloadjasper-client-bf134ab6a98e2b34dac7cb7d6e9d21e4afde1dba.tar.gz
jasper-client-bf134ab6a98e2b34dac7cb7d6e9d21e4afde1dba.zip
Nit: fix variable naming in client/vocabcompiler.py
Diffstat (limited to 'client')
-rw-r--r--client/vocabcompiler.py2
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.