mirror of https://github.com/kivy/kivy.git
doc:FileChooser improve doc for is_dir closes #1670
This commit is contained in:
parent
9f9a3a2565
commit
0eb61594f8
|
@ -99,7 +99,7 @@ class FileSystemAbstract(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def is_dir(self, fn):
|
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
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue