Skip to content

Commit e79a076

Browse files
JeremyPikemkcor
andauthored
Apply suggestions from code review
review suggestions Co-authored-by: Marianne Corvellec <marianne.corvellec@ens-lyon.org>
1 parent 5edf04a commit e79a076

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

episodes/02-image-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ Execute a similar command on the tree JPEG file: `zip tree.zip tree.jpg`
896896
(`Compress-Archive tree.jpg tree.zip` with PowerShell).
897897

898898
Having created the compressed file,
899-
use the `ls -al` command (`dir` with PowerShell) to display the contents of the directory.
899+
use the `ls -l` command (`dir` with PowerShell) to display the contents of the directory.
900900
How big are the compressed files?
901901
How do those compare to the size of `ws.bmp` and `tree.jpg`?
902902
What can you conclude from the relative sizes?

episodes/03-skimage-images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ Don't forget to use `fig, ax = plt.subplots()` so you don't overwrite
187187
the first image with the second.
188188
Images may appear the same size in jupyter,
189189
but you can see the size difference by comparing the scales for each.
190-
You can also see the differnce in file storage size on disk by
190+
You can also see the difference in file storage size on disk by
191191
hovering your mouse cursor over the original
192-
and the new file in the jupyter file browser, using `ls -l` in your shell
193-
(`dir` with Windows PowerShell), or the OS file browser if it is configured to show file sizes.
192+
and the new files in the Jupyter file browser, using `ls -l` in your shell
193+
(`dir` with Windows PowerShell), or viewing file sizes in the OS file browser if it is configured so.
194194

195195
::::::::::::::: solution
196196

0 commit comments

Comments
 (0)