Skip to content

Commit

Permalink
Fx typo in docs/source/info.rst (#544)
Browse files Browse the repository at this point in the history
There is a small typo in docs/source/info.rst.

Should read `filesystem` rather than `fileystem`.

Signed-off-by: Tim Gates <[email protected]>
  • Loading branch information
timgates42 authored Jul 15, 2022
1 parent 691deae commit cd545b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ file::

resource_info = fs.getinfo('myfile.txt', namespaces=['details', 'access'])

In addition to the specified namespaces, the fileystem will also return
In addition to the specified namespaces, the filesystem will also return
the ``basic`` namespace, which contains the name of the resource, and a
flag which indicates if the resource is a directory.

Expand Down

0 comments on commit cd545b2

Please sign in to comment.