Skip to content

Commit 8cd2490

Browse files
committed
update comment in cell
1 parent b16f906 commit 8cd2490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

4_Problems/1_18_Modules.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"outputs": [],
2727
"source": [
2828
"%%writefile salary_calculator.py\n",
29-
"# write content of the cell to module salary_calculator"
29+
"# cell magic command to write the contents of this cell to a file called salary_calculator.py"
3030
]
3131
},
3232
{
@@ -53,7 +53,7 @@
5353
"outputs": [],
5454
"source": [
5555
"%%writefile job_filter.py\n",
56-
"# write content of the cell to module job_filter"
56+
"# cell magic command to write the contents of this cell to a file called job_filter.py"
5757
]
5858
},
5959
{

0 commit comments

Comments
 (0)