From 0eb61594f832822b1084c093b9ec1ce424ab3a03 Mon Sep 17 00:00:00 2001 From: qua-non Date: Sat, 7 Dec 2013 15:29:57 +0530 Subject: [PATCH] doc:FileChooser improve doc for is_dir closes #1670 --- kivy/uix/filechooser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/uix/filechooser.py b/kivy/uix/filechooser.py index 9175e00f1..63331cdeb 100644 --- a/kivy/uix/filechooser.py +++ b/kivy/uix/filechooser.py @@ -99,7 +99,7 @@ class FileSystemAbstract(object): pass def is_dir(self, fn): - '''Return True if the directory is hidden + '''Return True if the argument passed to this method is a directory ''' pass