Skip to content

Commit 3287085

Browse files
committed
few fixes for build fail
1 parent 8999e25 commit 3287085

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

intermediate/indexing/advanced-indexing.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@
8787
"source": [
8888
"The image below summarizes the difference between orthogonal and vectorized indexing for a 2D 5x5 array. \n",
8989
"\n",
90+
"\n",
91+
"\n",
9092
"![Orthogonal vs. Vectorized Indexing](../../images/orthogonal_vs_vectorized.png)"
9193
]
9294
},
@@ -146,7 +148,7 @@
146148
"cell_type": "markdown",
147149
"metadata": {},
148150
"source": [
149-
"👆 please notice how the ouput if the indexing example above resulted in an array of 3x4. "
151+
"👆 please notice how the output if the indexing example above resulted in an array of 3x4. "
150152
]
151153
},
152154
{

0 commit comments

Comments
 (0)