Skip to content

Commit 1935b73

Browse files
Update convert_to_md.py
1 parent c2f774b commit 1935b73

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

misc/book/convert_to_md.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
for string in my_code:
2121
notprint = True
22-
2322
if string.startswith('# >>>'):
2423
text = text + '\n' + string.replace('# >>>', ' #')
2524
notprint = False

0 commit comments

Comments
 (0)