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:" ] }, {