Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce Merry <[email protected]>
  • Loading branch information
jakobandersen and bmerry committed Sep 2, 2021
1 parent eb46578 commit d5b1b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathe/renderer/sphinxrenderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@ def visit_templateparam(self, node: compound.paramTypeSub, *,
location=self.state.state_machine.get_source_and_line(),
config=self.app.config)
try:
# we really should use _parse_template_paramter()
# we really should use _parse_template_parameter()
# but setting a name there is non-trivial, so we use type
ast = parser._parse_type(named='single', outer='templateParam')
assert ast.name is None
Expand Down

0 comments on commit d5b1b13

Please sign in to comment.