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 2de85d5..8e5f2a8 100644 (file)
@@ -30,8 +30,8 @@ class StringBuilder(list):
 
 class Directive(object):
 
-    def __init__(self, type, argument=''):
-        self.type = type
+    def __init__(self, typ, argument=''):
+        self.type = typ
         self.argument = argument
 
         self.options = []