Skip to content

Commit 8ef9c4a

Browse files
committed
fix typos in online-tutorial 03_computation.ipynb
1 parent 34afa07 commit 8ef9c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workshops/online-tutorial-series/03_computation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
"**Broadcasting** allows an operator or a function to act on two or more arrays\n",
9999
"to operate even if these arrays do not have the same shape. That said, not all\n",
100100
"the dimensions can be subjected to broadcasting; they must meet certain rules.\n",
101-
"The image below t illustrates how performing an operation on arrays with\n",
102-
"differenty coordinates will result in automatic broadcasting\n",
101+
"The image below illustrates how performing an operation on arrays with\n",
102+
"differently coordinates will result in automatic broadcasting\n",
103103
"\n",
104104
"![](../../images/broadcasting.png)\n",
105105
"\n",

0 commit comments

Comments
 (0)