Skip to content

Commit 3842ce2

Browse files
committed
Fixing typos
1 parent ca817da commit 3842ce2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CH40208/python_basics/functions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@
674674
"cell_type": "markdown",
675675
"metadata": {},
676676
"source": [
677-
"In this last example, we pass two parameters, but the second parameter is assigned the **keyword** `topic`. When the `ch40208_greet_and_info()` function is called, the first parameter is assigned to the required `name` argument, and the second parameter is assigned to the `topic` argument, corresponding to the keywork. We do not provide a value for the `day` optional argument, so the function runs with `day` assigned to the default value of `\"Monday\"`."
677+
"In this last example, we pass two parameters, but the second parameter is assigned the **keyword** `topic`. When the `ch40208_greet_and_info()` function is called, the first parameter is assigned to the required `name` argument, and the second parameter is assigned to the `topic` argument, corresponding to the keyword. We do not provide a value for the `day` optional argument, so the function runs with `day` assigned to the default value of `\"Tuesday\"`."
678678
]
679679
},
680680
{
@@ -1099,7 +1099,7 @@
10991099
"name": "python",
11001100
"nbconvert_exporter": "python",
11011101
"pygments_lexer": "ipython3",
1102-
"version": "3.11.10"
1102+
"version": "3.12.3"
11031103
}
11041104
},
11051105
"nbformat": 4,

0 commit comments

Comments
 (0)