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 e1d1087 commit e8ecaeaCopy full SHA for e8ecaea
edit_headers.py
@@ -35,7 +35,7 @@ def edit_headers(target_language = "en"):
35
},
36
}
37
38
- lines = open(os.path.join(os.path.abspath(os.curdir),"_toc.yml",) "r").readlines()
+ lines = open(os.path.join(os.path.abspath(os.curdir),"_toc.yml"), "r").readlines()
39
newlines = []
40
for line in lines:
41
for caption in translation_dict.keys():
0 commit comments