Skip to content

Commit 913239f

Browse files
committed
typo
1 parent 6566a21 commit 913239f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/L3/conditional-statements.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
"source": [
395395
"## Combining for-loops and conditional statements\n",
396396
"\n",
397-
"Finally, we can also combine for-loops and conditional statements. Let's iterate overa a list of temperatures, and check if the temperature is hot or not:"
397+
"Finally, we can also combine for-loops and conditional statements. Let's iterate over a list of temperatures, and check if the temperature is hot or not:"
398398
]
399399
},
400400
{
@@ -411,7 +411,7 @@
411411
],
412412
"metadata": {
413413
"kernelspec": {
414-
"display_name": "Python [default]",
414+
"display_name": "Python 3",
415415
"language": "python",
416416
"name": "python3"
417417
},
@@ -425,7 +425,7 @@
425425
"name": "python",
426426
"nbconvert_exporter": "python",
427427
"pygments_lexer": "ipython3",
428-
"version": "3.5.6"
428+
"version": "3.7.4"
429429
}
430430
},
431431
"nbformat": 4,

0 commit comments

Comments
 (0)