Skip to content

Commit

Permalink
Minor edits/typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ewinge committed Feb 8, 2024
1 parent 51a4bfa commit 90a8747
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 01_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"- $a^b$ in Python : `a**b` \n",
"- $3.2 \\times 10^7$ in Python : `3.2e7` \n",
"\n",
"You’ll need to use parenthesis for larger expressions. See examples below.\n"
"You’ll need to use parenthesizes for larger expressions. See examples below.\n"
]
},
{
Expand Down Expand Up @@ -595,7 +595,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -609,9 +609,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.10"
"version": "3.11.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 90a8747

Please sign in to comment.