From 61a3625ed0cf924762b7bce0fec0f92c312acc7b Mon Sep 17 00:00:00 2001 From: krdlab Date: Wed, 2 Dec 2015 18:20:20 +0900 Subject: [PATCH] Fix 'stat' module document --- files/stat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/stat.py b/files/stat.py index 852ddd5afd2..1e41185ad6a 100644 --- a/files/stat.py +++ b/files/stat.py @@ -111,7 +111,7 @@ stat: path: description: The full path of the file/object to get the facts of returned: success and if path exists - type: boolean + type: string sample: '/path/to/file' mode: description: Unix permissions of the file in octal