From e2d195996e9b21d0f901e4929cc51af60a371207 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Fri, 7 Apr 2023 20:40:46 +0200 Subject: [PATCH] Update Expressions.ipynb --- chapters/03/1/Expressions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/03/1/Expressions.ipynb b/chapters/03/1/Expressions.ipynb index 25cb9851..b80372ec 100644 --- a/chapters/03/1/Expressions.ipynb +++ b/chapters/03/1/Expressions.ipynb @@ -91,7 +91,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**Common Operators.** Data science often involves combining numerical values, and the set of operators in a programming language so that expressions can be used to express any sort of arithmetic. In Python, the following operators are essential.\n", + "**Common Operators.** Data science often involves combining numerical values, and the set of operators in a programming language are designed so that expressions can be used to express any sort of arithmetic. In Python, the following operators are essential.\n", "\n", "| Expression Type | Operator | Example | Value |\n", "|-----------------|----------|------------|-----------|\n",