Skip to content

Commit 108c35a

Browse files
committed
link to ResourceType in docs
1 parent a57ef8b commit 108c35a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/info.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ size int Number of bytes used to store the
8888
the overhead (in bytes) used to store
8989
the directory entry.
9090
type ResourceType Resource type, one of the values
91-
defined in :class:`~fs.ResourceType`.
91+
defined in :class:`~fs.enums.ResourceType`.
9292
================ =================== ==========================================
9393

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

100100
Access Namespace

0 commit comments

Comments
 (0)