summaryrefslogtreecommitdiff
path: root/sphinx/domains/python.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/domains/python.py')
-rw-r--r--sphinx/domains/python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/domains/python.py b/sphinx/domains/python.py
index eb7d79f81..fb167828f 100644
--- a/sphinx/domains/python.py
+++ b/sphinx/domains/python.py
@@ -480,7 +480,7 @@ class PyObject(ObjectDescription):
:py:class:`PyObject` represents Python language constructs. For
constructs that are nestable, such as a Python classes, this method will
- build up a stack of the nesting heirarchy so that it can be later
+ build up a stack of the nesting hierarchy so that it can be later
de-nested correctly, in :py:meth:`after_content`.
For constructs that aren't nestable, the stack is bypassed, and instead