Ticket #16566: 16566.diff

File 16566.diff, 491 bytes (added by Thejaswi Puthraya, 13 years ago)

git diff against the latest checkout

  • 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  
    7575
    7676    .. method:: exists(name)
    7777
    78         Returns ``True`` if a file referened by the given name already exists
     78        Returns ``True`` if a file referenced by the given name already exists
    7979        in the storage system, or ``False`` if the name is available for a new
    8080        file.
    8181
Back to Top