doc:FileChooser improve doc for is_dir closes #1670

This commit is contained in:
qua-non 2013-12-07 15:29:57 +05:30
parent 9f9a3a2565
commit 0eb61594f8
1 changed files with 1 additions and 1 deletions

View File

@ -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