summaryrefslogtreecommitdiff
path: root/client/vocabcompiler.py
diff options
context:
space:
mode:
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 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.