From 6a5136d7287b35da9b52a60f33b97a5554ce2ea8 Mon Sep 17 00:00:00 2001 From: Roland Haroutiounian Date: Fri, 13 Nov 2015 11:20:33 +0100 Subject: [PATCH] PEP8/PyLint on classtypes.py --- EditorialModel/classtypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EditorialModel/classtypes.py b/EditorialModel/classtypes.py index 22288db..c738edb 100644 --- a/EditorialModel/classtypes.py +++ b/EditorialModel/classtypes.py @@ -125,7 +125,7 @@ class EmClassType(object): } ## @brief return a classtype from its name - # @param cls + # @param cls # @param classtype str : A classtype name # @return None if no classtype with this name, else return a dict containing classtype informations @classmethod