Skip to content

Commit 5eb4286

Browse files
committed
Merge remote-tracking branch 'origin/main' into different-tests
2 parents c1a8fe8 + 5e99521 commit 5eb4286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinx_substitution_extensions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class SubstitutionXRefRole(XRefRole):
134134
"""
135135

136136
def create_xref_node(self) -> tuple[list[Node], list[system_message]]:
137-
"""Override parent mathod to set classes.
137+
"""Override parent method to set classes.
138138
139139
This is a bit of a hack because it assumes that the role name
140140
will be `substitution-<class_name>` and that we want to remove

0 commit comments

Comments
 (0)