We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b74c3e commit a4294a0Copy full SHA for a4294a0
1 file changed
edit_headers.py
@@ -63,7 +63,7 @@ def edit_headers(target_language = "en"):
63
if book_subfolder:
64
toc_location = os.path.join(os.path.abspath(os.curdir),"book","_toc.yml")
65
else:
66
- toc_lcoation = os.path.join(os.path.abspath(os.curdir),"_toc.yml")
+ toc_location = os.path.join(os.path.abspath(os.curdir),"_toc.yml")
67
68
with open(toc_location,"w") as toc:
69
toc.writelines(newlines)
0 commit comments