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