Skip to content

Commit 8eb0425

Browse files
committed
fix typo in lesson_initialize.py
1 parent 651af34 commit 8eb0425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lesson_initialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main():
3939
# Create.
4040
for path in BOILERPLATE:
4141
shutil.copyfile(
42-
os.path.join('bin', 'boilerplate', path)
42+
os.path.join('bin', 'boilerplate', path),
4343
path
4444
)
4545

0 commit comments

Comments
 (0)