summaryrefslogtreecommitdiff
path: root/docutils
diff options
context:
space:
mode:
Diffstat (limited to 'docutils')
-rw-r--r--docutils/nodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/nodes.py b/docutils/nodes.py
index 5c349042d..0d13cf775 100644
--- a/docutils/nodes.py
+++ b/docutils/nodes.py
@@ -2068,7 +2068,7 @@ class NodeFound(TreePruningException):
class StopTraversal(TreePruningException):
"""
- Stop the traversal alltogether. The current node's ``depart_...`` method
+ Stop the traversal altogether. The current node's ``depart_...`` method
is not affected. The parent nodes ``depart_...`` methods are also called
as usual. No other nodes are visited. This is an alternative to
NodeFound that does not cause exception handling to trickle up to the