From bf134ab6a98e2b34dac7cb7d6e9d21e4afde1dba Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 13 Oct 2014 14:07:07 +0200 Subject: Nit: fix variable naming in client/vocabcompiler.py --- client/vocabcompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.3.1