Skip to content

Commit

Permalink
Update Part.1.E.7.files.ipynb
Browse files Browse the repository at this point in the history
更新「删除文件」部分默认输出的f.name -> /temp/text-file.txt,以符合真正的代码
  • Loading branch information
liamtao authored and xiaolai committed May 16, 2019
1 parent a548413 commit 497e5a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Part.1.E.7.files.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"test-file.txt\n"
"/tmp/test-file.txt\n"
]
}
],
Expand Down Expand Up @@ -115,8 +115,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"test-file1.txt\n",
"test-file1.txt deleted.\n"
"/tmp/test-file1.txt\n",
"/tmp/test-file1.txt deleted.\n"
]
}
],
Expand Down

0 comments on commit 497e5a6

Please sign in to comment.