From 90a8747baab1eb82db82202f381b21a73c2b7eef Mon Sep 17 00:00:00 2001 From: Erik Winge Date: Thu, 8 Feb 2024 08:32:39 +0100 Subject: [PATCH] Minor edits/typos --- 01_basics.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/01_basics.ipynb b/01_basics.ipynb index 4ded22e..a9c24a3 100644 --- a/01_basics.ipynb +++ b/01_basics.ipynb @@ -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" ] }, { @@ -595,7 +595,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -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 }