Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apozharski committed Sep 18, 2024
1 parent 6314661 commit 63781e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxcontrib/matlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def _object_hierarchy_parts(self, sig):
table of contents, and can also be used within the
:py:meth:`_toc_entry_name` method.
This method must not be used outwith table of contents generation.
This method must not be used without table of contents generation.
"""
parts = sig.attributes.get("module").split(".")
parts.append(sig.attributes.get("fullname"))
Expand Down

0 comments on commit 63781e3

Please sign in to comment.