Skip to content

Commit

Permalink
Update Part.3.D.indispensable-illusion.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolai committed Apr 18, 2019
1 parent 31f66f6 commit f965b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Part.3.D.indispensable-illusion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
"files.sort()\n",
"for f in files:\n",
" if '.ipynb' in f:\n",
" with open(f, 'r', encoding='UTF-8') as file:\n",
" with open(f, 'r', encoding = 'UTF-8') as file:\n",
" str = file.read()\n",
" pttn = r'\"# (.*)\"\\n'\n",
" r = re.findall(pttn, str)\n",
Expand Down

0 comments on commit f965b16

Please sign in to comment.