We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getmodified
1 parent a5954e4 commit f253d9fCopy full SHA for f253d9f
docs/source/interface.rst
@@ -20,7 +20,7 @@ The following is a complete list of methods on PyFilesystem objects.
20
* :meth:`~fs.base.FS.getdetails` Get details info namespace for a resource.
21
* :meth:`~fs.base.FS.getinfo` Get info regarding a file or directory.
22
* :meth:`~fs.base.FS.getmeta` Get meta information for a resource.
23
-* :meth:`~fs.base.FS.getmodified` Get info regarding the last modified time of a resource.
+* :meth:`~fs.base.FS.getmodified` Get the last modified time of a resource.
24
* :meth:`~fs.base.FS.getospath` Get path with encoding expected by the OS.
25
* :meth:`~fs.base.FS.getsize` Get the size of a file.
26
* :meth:`~fs.base.FS.getsyspath` Get the system path of a resource, if one exists.
0 commit comments