From 91b118ab270ab5730849408c3fce7942a38f72d5 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Sun, 19 Jul 2009 15:27:45 -0400 Subject: [PATCH] typo --- files.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

my dog Beauregard -

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')