Skip to content

Commit cd2e29d

Browse files
authored
Fix spelling.
1 parent 5a67ea1 commit cd2e29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lessons/04_operators.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"source": [
155155
"## Order of Operations \n",
156156
"\n",
157-
"Operations are applied in a specific order. Python uses the same order as many other programming languages. You can remember it using the word PEDMAS:\n",
157+
"Operations are applied in a specific order. Python uses the same order as many other programming languages. You can remember it using the word PEMDAS:\n",
158158
"\n",
159159
" * Parenthesis (this is done first)\n",
160160
" * Exponents\n",

0 commit comments

Comments
 (0)