summaryrefslogtreecommitdiff
path: root/sphinx/directives/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/directives/__init__.py')
-rw-r--r--sphinx/directives/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/directives/__init__.py b/sphinx/directives/__init__.py
index 0e712f85f..76b54f9d6 100644
--- a/sphinx/directives/__init__.py
+++ b/sphinx/directives/__init__.py
@@ -167,6 +167,7 @@ class ObjectDescription(Directive):
self.after_content()
return [self.indexnode, node]
+
# backwards compatible old name
DescDirective = ObjectDescription