Skip to content

Commit 5c499b7

Browse files
committed
docs
1 parent f432f38 commit 5c499b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Here's how you would open a :class:`~fs.osfs.OSFS` (Operating System File System
2727
>>> from fs.osfs import OSFS
2828
>>> home_fs = OSFS("~/")
2929

30-
This constructs an FS object which manages the files an directories under a given system path. In this case, ``'~/'``, which is a shortcut for your home directory.
30+
This constructs an FS object which manages the files and directories under a given system path. In this case, ``'~/'``, which is a shortcut for your home directory.
3131

3232
Here's how you would list the files/directories in your home directory::
3333

docs/source/info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Resource Info
44
=============
55

66
Resource information (or *info*) describes standard file details such as
7-
name, type, size etc., and potentially other less-common information
7+
name, type, size, etc., and potentially other less-common information
88
associated with a file or directory.
99

1010
You can retrieve resource info for a single resource by calling

docs/source/reference/appfs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
App Filesystems
22
===============
33

4-
Filesystems for platform specific application directories.
4+
Filesystems for platform-specific application directories.
55

66
.. automodule:: fs.appfs
77
:members:

0 commit comments

Comments
 (0)