We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6421949 commit f228306Copy full SHA for f228306
sphinx_needs/roles/need_part.py
@@ -57,7 +57,7 @@ class NeedPartRole(SphinxRole):
57
58
def run(self) -> tuple[list[nodes.Node], list[nodes.system_message]]:
59
# 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?
+ # TODO perhaps in a future change we should allow escaping parentheses in the part id?
61
result = _PART_PATTERN.match(self.text)
62
if result:
63
id_ = result.group(1)
0 commit comments