summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/files.txt b/docs/topics/files.txt
index 5650a3e715..e166ff92c4 100644
--- a/docs/topics/files.txt
+++ b/docs/topics/files.txt
@@ -102,7 +102,7 @@ useful -- you can use the global default storage system::
>>> path
u'/path/to/file'
- >>> default_storage.filesize(path)
+ >>> default_storage.size(path)
11
>>> default_storage.open(path).read()
'new content'