Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Misc Python smells from codefactor.io.
[simgrid.git] / docs / source / _ext / javasphinx / javasphinx / util.py
index 2de85d54992fdf86ce29d3b7c622e6a79aaee5ab..8e5f2a8c8e71f75371cb8f4c0b8f9dc35866ae25 100644 (file)
@@ -30,8 +30,8 @@ class StringBuilder(list):
 
 class Directive(object):
 
 
 class Directive(object):
 
-    def __init__(self, type, argument=''):
-        self.type = type
+    def __init__(self, typ, argument=''):
+        self.type = typ
         self.argument = argument
 
         self.options = []
         self.argument = argument
 
         self.options = []