Skip to content

Commit 2fd4828

Browse files
committed
fix typo in setup.py
1 parent 815b932 commit 2fd4828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read_from(file):
1818
reply += read_from(line.split(' ')[1])
1919
continue
2020
if line[0] != '#' or line[:2] != '//':
21-
reply.append(l)
21+
reply.append(line)
2222
return reply
2323

2424

0 commit comments

Comments
 (0)