From 9b8f81d6a5593c796ae85619282dfa1960366fd0 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 15 Jul 2022 19:22:42 +1000 Subject: [PATCH] docs: fix simple typo, fileystem -> filesystem There is a small typo in docs/source/info.rst. Should read `filesystem` rather than `fileystem`. Signed-off-by: Tim Gates --- docs/source/info.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/info.rst b/docs/source/info.rst index ba0d6d12..82c3e076 100644 --- a/docs/source/info.rst +++ b/docs/source/info.rst @@ -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.