Index: docs/topics/files.txt =================================================================== --- docs/topics/files.txt (revision 9667) +++ docs/topics/files.txt (working copy) @@ -102,7 +102,7 @@ >>> path u'/path/to/file' - >>> default_storage.filesize(path) + >>> default_storage.size(path) 11 >>> default_storage.open(path).read() 'new content'