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 a725552 commit 084b557Copy full SHA for 084b557
examples/client/file_hierarchy_report.py
@@ -207,7 +207,7 @@ def remove_duplicates(data):
207
buckets[version] = [row]
208
else:
209
buckets[version].append(row)
210
- # Run reduction process in component names that start with existing component name
+ # Run reduction process for component names that start with existing component name
211
# This process will ignore case in component names
212
for set in buckets.values():
213
set.sort(key = lambda d: d['component name'].lower())
0 commit comments