Skip to content

Commit 90a8747

Browse files
committed
Minor edits/typos
1 parent 51a4bfa commit 90a8747

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

01_basics.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"- $a^b$ in Python : `a**b` \n",
3131
"- $3.2 \\times 10^7$ in Python : `3.2e7` \n",
3232
"\n",
33-
"You’ll need to use parenthesis for larger expressions. See examples below.\n"
33+
"You’ll need to use parenthesizes for larger expressions. See examples below.\n"
3434
]
3535
},
3636
{
@@ -595,7 +595,7 @@
595595
],
596596
"metadata": {
597597
"kernelspec": {
598-
"display_name": "Python 3",
598+
"display_name": "Python 3 (ipykernel)",
599599
"language": "python",
600600
"name": "python3"
601601
},
@@ -609,9 +609,9 @@
609609
"name": "python",
610610
"nbconvert_exporter": "python",
611611
"pygments_lexer": "ipython3",
612-
"version": "3.7.10"
612+
"version": "3.11.5"
613613
}
614614
},
615615
"nbformat": 4,
616-
"nbformat_minor": 2
616+
"nbformat_minor": 4
617617
}

0 commit comments

Comments
 (0)