aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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.