From b0a232ac87548fb0ec5d0a9b0348c3d100863252 Mon Sep 17 00:00:00 2001 From: krisstallenberg <39557024+krisstallenberg@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:00:49 +0200 Subject: [PATCH] Revise a description --- .../Chapter 02 - Basic Data Types (Integers and Floats).ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapters/Chapter 02 - Basic Data Types (Integers and Floats).ipynb b/Chapters/Chapter 02 - Basic Data Types (Integers and Floats).ipynb index 8cd73b56c..dee9c0859 100644 --- a/Chapters/Chapter 02 - Basic Data Types (Integers and Floats).ipynb +++ b/Chapters/Chapter 02 - Basic Data Types (Integers and Floats).ipynb @@ -500,7 +500,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "This special shortcut (+=) is called an operator too. Apart from multiplication (+=), the operator has variants for subtraction (-=), multiplication (*=) and division (/=) too:" + "This special shortcut (+=) is called an operator too. Apart from addition (+=), the operator has variants for subtraction (-=), multiplication (*=) and division (/=) too:" ] }, {