Skip to content

Commit 42d731b

Browse files
authored
Merge pull request #914 from breathe-doc/inheritance
Fix mistake in spelling of inheritance
2 parents bf020a8 + cf63cec commit 42d731b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

breathe/parser/compoundsuper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def buildChildren(self, child_, nodeName_):
484484
elif child_.nodeType == Node.ELEMENT_NODE and \
485485
nodeName_ == 'inheritancegraph':
486486
obj_ = graphType.factory(
487-
caption=f"Inheritence diagram for {self.get_compoundname()}:"
487+
caption=f"Inheritance diagram for {self.get_compoundname()}:"
488488
)
489489
obj_.build(child_)
490490
self.set_inheritancegraph(obj_)

0 commit comments

Comments
 (0)