Ticket #9904: files.txt

File files.txt, 384 bytes (added by anonymous, 15 years ago)
Line 
1Index: docs/topics/files.txt
2===================================================================
3--- docs/topics/files.txt (revision 9667)
4+++ docs/topics/files.txt (working copy)
5@@ -102,7 +102,7 @@
6 >>> path
7 u'/path/to/file'
8
9- >>> default_storage.filesize(path)
10+ >>> default_storage.size(path)
11 11
12 >>> default_storage.open(path).read()
13 'new content'
Back to Top