Skip to content

Commit f228306

Browse files
committed
fix typo
1 parent 6421949 commit f228306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_needs/roles/need_part.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class NeedPartRole(SphinxRole):
5757

5858
def run(self) -> tuple[list[nodes.Node], list[nodes.system_message]]:
5959
# note self.text is the content of the role, with backslash escapes removed
60-
# TODO perhaps in a fututre change we should allow escaping parentheses in the part id?
60+
# TODO perhaps in a future change we should allow escaping parentheses in the part id?
6161
result = _PART_PATTERN.match(self.text)
6262
if result:
6363
id_ = result.group(1)

0 commit comments

Comments
 (0)