diff --git a/files.html b/files.html index bc1b705..1227403 100644 --- a/files.html +++ b/files.html @@ -300,7 +300,7 @@ ValueError: I/O operation on closed file.
-
Not every file contains text. Some of them contain pictures of my dog. +
Not all files contains text. Some of them contain pictures of my dog.
>>> an_image = open('examples/beauregard.jpg', mode='rb') ①