X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bfd69c3ceb98d85f6aff577197153233f4d085d6..aab076afacb8bc3f295c6f42e221f4d2e5d5d69a:/docs/source/_ext/javasphinx/javasphinx/util.py diff --git a/docs/source/_ext/javasphinx/javasphinx/util.py b/docs/source/_ext/javasphinx/javasphinx/util.py index 2de85d5499..8e5f2a8c8e 100644 --- a/docs/source/_ext/javasphinx/javasphinx/util.py +++ b/docs/source/_ext/javasphinx/javasphinx/util.py @@ -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 = []