From 062aafa396866d4dfe8f3fd2f32d46fa7c01b6dd Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sat, 17 May 2008 13:06:57 -0400 Subject: Corrected problem with tree.__len__ getting confused with zero length files. Thanks Alan Briolat. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index b68b746f..abb9ad1f 100644 --- a/README +++ b/README @@ -195,7 +195,7 @@ A blob has certain attributes. >>> blob.mime_type 'text/x-python' - >>> len(blob) + >>> blob.size 415 You can get the data of a blob as a string. -- cgit v1.2.3