Skip to content

Commit d292c47

Browse files
uschillemkcor
andauthored
Update episodes/03-skimage-images.md
Fix typo/grammar Co-authored-by: Marianne Corvellec <marianne.corvellec@ens-lyon.org>
1 parent 009938b commit d292c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/03-skimage-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ax.imshow(chair)
6565

6666
Once we have the image in the program,
6767
we first call `plt.subplots()` so that we will have
68-
a fresh figure with a set of axis independent from our previous calls.
68+
a fresh figure with a set of axes independent from our previous calls.
6969
Next we call `ax.imshow()` in order to display the image.
7070

7171
Now, we will save the image in another format:

0 commit comments

Comments
 (0)