Skip to content

Commit

Permalink
Update Expressions.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Apr 7, 2023
1 parent ca0ed10 commit e2d1959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/03/1/Expressions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e2d1959

Please sign in to comment.