Ticket #14846: patch.diff

File patch.diff, 625 bytes (added by elbarto, 13 years ago)
  • docs/ref/files/storage.txt

     
    9595
    9696        Lists the contents of the specified path, returning a 2-tuple of lists;
    9797        the first item being directories, the second item being files. For
    98         storage systems that aren't ale to provide such a listing, this will
     98        storage systems that aren't able to provide such a listing, this will
    9999        raise a ``NotImplementedError`` instead.
    100100
    101101    .. method:: modified_time(name)
Back to Top