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 9a8d09f commit 42190ccCopy full SHA for 42190cc
tools/make_index
@@ -75,7 +75,7 @@ class ParseIndex:
75
76
lines = path.read_text().splitlines() if path.exists() else []
77
for line in lines:
78
- if m := re.match(regex, line):
+ if m := re.match(regex, line):
79
yield m['name'], m.groupdict()
80
81
0 commit comments