Skip to content

Commit 258f2c6

Browse files
committed
Fixing typos
1 parent b138348 commit 258f2c6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Notebooks/06_Comprehensions_Generators.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,16 +333,16 @@
333333
},
334334
{
335335
"cell_type": "code",
336-
"execution_count": 8,
336+
"execution_count": 1,
337337
"metadata": {},
338338
"outputs": [
339339
{
340340
"data": {
341341
"text/plain": [
342-
"'uMA string QUAlQUeR'"
342+
"'sOMe oDd STRiNG'"
343343
]
344344
},
345-
"execution_count": 8,
345+
"execution_count": 1,
346346
"metadata": {},
347347
"output_type": "execute_result"
348348
}
@@ -352,7 +352,7 @@
352352
" swapped = \"\".join([x.upper() if x.islower() else x.lower() for x in string])\n",
353353
" return swapped\n",
354354
"\n",
355-
"swapcase(\"Uma STRING quaLquEr\")"
355+
"swapcase(\"SomE OdD strIng\")"
356356
]
357357
},
358358
{
@@ -1790,7 +1790,7 @@
17901790
"name": "python",
17911791
"nbconvert_exporter": "python",
17921792
"pygments_lexer": "ipython3",
1793-
"version": "3.7.6"
1793+
"version": "3.8.5"
17941794
}
17951795
},
17961796
"nbformat": 4,

Notebooks/07_Functional_Programming.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@
16101610
"name": "python",
16111611
"nbconvert_exporter": "python",
16121612
"pygments_lexer": "ipython3",
1613-
"version": "3.6.8"
1613+
"version": "3.8.5"
16141614
}
16151615
},
16161616
"nbformat": 4,

Notebooks/08_Data_Persistence.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
"cell_type": "markdown",
523523
"metadata": {},
524524
"source": [
525-
"### Reading one line at a time: read()"
525+
"### Reading one line at a time: readline()"
526526
]
527527
},
528528
{
@@ -1426,7 +1426,7 @@
14261426
"name": "python",
14271427
"nbconvert_exporter": "python",
14281428
"pygments_lexer": "ipython3",
1429-
"version": "3.7.6"
1429+
"version": "3.8.5"
14301430
}
14311431
},
14321432
"nbformat": 4,

0 commit comments

Comments
 (0)