8000
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 8e46d41 commit 79bf945Copy full SHA for 79bf945
workbook/actions.py
@@ -132,7 +132,7 @@ def gen_total_workbook(attrs):
132
if len(attr) < 3: # No workbook
133
f.write(f'| {attr[0]} | {attr[1]} | |\n')
134
else:
135
- f.write(f'| {attr[0]} | [{attr[1]}](workbook/{attr[0].replace(' ', '%20')}.md) | {pbar} |\n')
+ f.write(f'| {attr[0]} | [{attr[1]}](workbook/{attr[0].replace(" ", "%20")}.md) | {pbar} |\n')
136
137
attrs = parse_links()
138
category = parse_category()
0 commit comments