diff options
Diffstat (limited to 'python2/pyinotify.py')
-rwxr-xr-x | python2/pyinotify.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python2/pyinotify.py b/python2/pyinotify.py index 7fd9015..b81f8a6 100755 --- a/python2/pyinotify.py +++ b/python2/pyinotify.py @@ -1446,10 +1446,9 @@ class ExcludeFilter: ^/etc/rc.* ^/etc/hostname - @param arg_lst: is either a list or dict of patterns: - [pattern1, ..., patternn] or a filename from which + @param arg_lst: is either a list of patterns or a filename from which patterns will be loaded. - @type arg_lst: list(str) or str + @type arg_lst: list of str or str """ if isinstance(arg_lst, str): lst = self._load_patterns_from_file(arg_lst) |