Skip to content

Commit 9b057cf

Browse files
committed
typos
1 parent 503cce6 commit 9b057cf

File tree

2 files changed

+88
-138
lines changed

2 files changed

+88
-138
lines changed

Part 1/Section 02 - A Quick Refresher/04 - The While Loop.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"The **while** loop is a way to repeatg a block of code as long as a specified condition is met."
14+
"The **while** loop is a way to repeat a block of code as long as a specified condition is met."
1515
]
1616
},
1717
{
@@ -366,7 +366,7 @@
366366
],
367367
"metadata": {
368368
"kernelspec": {
369-
"display_name": "Python 3",
369+
"display_name": "Python 3 (ipykernel)",
370370
"language": "python",
371371
"name": "python3"
372372
},
@@ -380,7 +380,7 @@
380380
"name": "python",
381381
"nbconvert_exporter": "python",
382382
"pygments_lexer": "ipython3",
383-
"version": "3.6.1"
383+
"version": "3.9.10"
384384
}
385385
},
386386
"nbformat": 4,

0 commit comments

Comments
 (0)