Ticket #16566: 16566.diff
File 16566.diff, 491 bytes (added by , 13 years ago) |
---|
-
docs/ref/files/storage.txt
diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt index 73a8fb0..b3f8909 100644
a b The Storage Class 75 75 76 76 .. method:: exists(name) 77 77 78 Returns ``True`` if a file referen ed by the given name already exists78 Returns ``True`` if a file referenced by the given name already exists 79 79 in the storage system, or ``False`` if the name is available for a new 80 80 file. 81 81