diff options
Diffstat (limited to 'sphinx/builders/changes.py')
-rw-r--r-- | sphinx/builders/changes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/changes.py b/sphinx/builders/changes.py index 708cefcde..1140f854a 100644 --- a/sphinx/builders/changes.py +++ b/sphinx/builders/changes.py @@ -165,7 +165,7 @@ class ChangesBuilder(Builder): def setup(app): - # type: (Sphinx) -> None + # type: (Sphinx) -> Dict[unicode, Any] app.add_builder(ChangesBuilder) return { |