Skip to content

Commit 3cc53e6

Browse files
authored
Update to_md.py
1 parent 539bc27 commit 3cc53e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

to_md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _():
7777
print('###', hash, '(%s)' % hashtodate[hash])
7878
rows = list(rows)
7979
product, os, size = map(lambda vs: natsort.natsorted(set(vs)), zip(*(r[3:6] for r in rows)))
80-
osh = list(map(lambda s: s[0].upper() + s[1:], map(lambda s: re.sub(r'(32|64)', ' \\1bit', s.replace('m1', ' M1').replace('arm', ' ARM').replace('os', 'OS'), os)))
80+
osh = list(map(lambda s: s[0].upper() + s[1:], map(lambda s: re.sub(r'(32|64)', ' \\1bit', s.replace('m1', ' M1').replace('arm', ' ARM')).replace('os', 'OS'), os)))
8181
d = dict((r[3:5], (humanize.naturalsize(r[5]), quote_plus(r[6]))) for r in rows)
8282
print()
8383
print('item|', '|'.join(osh))

0 commit comments

Comments
 (0)