Skip to content

Commit ae97455

Browse files
committed
Simplify comment
1 parent b5c1b56 commit ae97455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/compat/wide_compat_reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# read long CSV
1717
df = pd.read_csv(ip)
1818

19-
# pivot and sort index by runner
19+
# pivot and sort by runners
2020
df = pd.pivot_table(
2121
df,
2222
index="runner",

0 commit comments

Comments
 (0)