summaryrefslogtreecommitdiff
path: root/sphinx/application.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/application.py')
-rw-r--r--sphinx/application.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/application.py b/sphinx/application.py
index b6fba62c3..b6676eb53 100644
--- a/sphinx/application.py
+++ b/sphinx/application.py
@@ -42,9 +42,9 @@ class ExtensionError(Exception):
# List of all known events. Maps name to arguments description.
events = {
- 'builder-inited': 'builder instance',
+ 'builder-inited': '',
'doctree-read' : 'the doctree before being pickled',
- 'doctree-resolved' : 'the doctree, the filename, the builder',
+ 'doctree-resolved' : 'the doctree, the docname',
}
class Application(object):