Skip to content

Commit 41d436f

Browse files
authored
Merge pull request #213 from lenciabeltran/patch-1
Lesson Contribution - Update 02-image-basics.md
2 parents 076f3d4 + c8dc713 commit 41d436f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/02-image-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ work our way up to that complexity.
8484
> to a matrix. A `numpy` array is a **type** of variable (a simpler example of a type is an integer). For our purposes,
8585
> the distinction between matrices and arrays is not important, we don't really care how the computer arranges our data
8686
> 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.
87+
> the terms matrix and array can be used interchangeably.
8888
{: .callout}
8989

9090
First, the necessary imports:

0 commit comments

Comments
 (0)