Fix the grammar in the explanation of the lstat() API call.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
def lstat(self, path):
"""
- Get a file's extended statistics and attributes. When file's a
- symbolic link, return the information of the link itself rather
- than that of the file it points too.
+ Get a file's extended statistics and attributes. If the file is a
+ symbolic link, return the information of the link itself rather than
+ the information of the file it points to.
:param path: the file or directory to get the statistics of.
"""