Skip to content

Commit f253d9f

Browse files
committed
Fix getmodified summary as suggested by @lurch in #462
1 parent a5954e4 commit f253d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/interface.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following is a complete list of methods on PyFilesystem objects.
2020
* :meth:`~fs.base.FS.getdetails` Get details info namespace for a resource.
2121
* :meth:`~fs.base.FS.getinfo` Get info regarding a file or directory.
2222
* :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.
23+
* :meth:`~fs.base.FS.getmodified` Get the last modified time of a resource.
2424
* :meth:`~fs.base.FS.getospath` Get path with encoding expected by the OS.
2525
* :meth:`~fs.base.FS.getsize` Get the size of a file.
2626
* :meth:`~fs.base.FS.getsyspath` Get the system path of a resource, if one exists.

0 commit comments

Comments
 (0)