Skip to content

Commit a4294a0

Browse files
committed
typo in header editor
1 parent 5b74c3e commit a4294a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

edit_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def edit_headers(target_language = "en"):
6363
if book_subfolder:
6464
toc_location = os.path.join(os.path.abspath(os.curdir),"book","_toc.yml")
6565
else:
66-
toc_lcoation = os.path.join(os.path.abspath(os.curdir),"_toc.yml")
66+
toc_location = os.path.join(os.path.abspath(os.curdir),"_toc.yml")
6767

6868
with open(toc_location,"w") as toc:
6969
toc.writelines(newlines)

0 commit comments

Comments
 (0)