Skip to content

Commit

Permalink
link to ResourceType in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jul 30, 2019
1 parent a57ef8b commit 108c35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ size int Number of bytes used to store the
the overhead (in bytes) used to store
the directory entry.
type ResourceType Resource type, one of the values
defined in :class:`~fs.ResourceType`.
defined in :class:`~fs.enums.ResourceType`.
================ =================== ==========================================

The time values (``accessed_time``, ``created_time`` etc.) may be
``None`` if the filesystem doesn't store that information. The ``size``
and ``type`` keys are guaranteed to be available, although ``type`` may
be :attr:`~fs.ResourceType.unknown` if the filesystem is unable to
be :attr:`~fs.enums.ResourceType.unknown` if the filesystem is unable to
retrieve the resource type.

Access Namespace
Expand Down

0 comments on commit 108c35a

Please sign in to comment.