Skip to content

Commit c0c8432

Browse files
committed
Appease Ruff
1 parent ef3c552 commit c0c8432

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/tools/extensions/grammar_snippet.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ def make_grammar_snippet(self, options, content):
7272
}
7373
match groupdict:
7474
case {'rule_name': name}:
75-
literal += self.make_link_target_for_token(group_name, name)
75+
literal += self.make_link_target_for_token(
76+
group_name, name
77+
)
7678
case {'rule_ref': ref_text}:
7779
literal += token_xrefs(ref_text, group_name)
7880
case {'single_quoted': name} | {'double_quoted': name}:

0 commit comments

Comments
 (0)