diff options
Diffstat (limited to 'sphinx/cmd/make_mode.py')
| -rw-r--r-- | sphinx/cmd/make_mode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/cmd/make_mode.py b/sphinx/cmd/make_mode.py index cf8673623..447b2ed01 100644 --- a/sphinx/cmd/make_mode.py +++ b/sphinx/cmd/make_mode.py @@ -59,7 +59,7 @@ BUILDERS = [ ] -class Make(object): +class Make: def __init__(self, srcdir, builddir, opts): # type: (unicode, unicode, List[unicode]) -> None |
