Skip to content

Commit 290f187

Browse files
author
slambits182
committed
corrected description of functions
1 parent eecb56e commit 290f187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

part-3.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:5d30c1bf0ef6ef9e2875c27ac6be4114ed2b22ed413599126aed7462e53be2a6"
4+
"signature": "sha256:3848b241b0636c3e2673e4668e6bbb1faaf7f14b99a3e00c8373dbe613082288"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -96,7 +96,7 @@
9696
"\n",
9797
"The name of our function is 'happy_birthday_carol'. It has 0 parameters. \n",
9898
"\n",
99-
"The body of our function contains four print lines. We need to indent these lines, and any other lines of code in function's body, by 4 spaces.\n",
99+
"The body of our function contains one print line. We need to indent this line, and any other lines of code in a function's body, by 4 spaces.\n",
100100
"\n",
101101
"Notice that nothing was printed out after we defined our function. To use our function we need to call it, like this:"
102102
]

0 commit comments

Comments
 (0)