We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 076f3d4 + c8dc713 commit 41d436fCopy full SHA for 41d436f
_episodes/02-image-basics.md
@@ -84,7 +84,7 @@ work our way up to that complexity.
84
> to a matrix. A `numpy` array is a **type** of variable (a simpler example of a type is an integer). For our purposes,
85
> the distinction between matrices and arrays is not important, we don't really care how the computer arranges our data
86
> in its memory. The important thing is that the computer stores values describing the pixels in images, as arrays. And
87
-> the terms matrix and array can be used intechangably.
+> the terms matrix and array can be used interchangeably.
88
{: .callout}
89
90
First, the necessary imports:
0 commit comments