diff options
-rw-r--r-- | astroid/modutils.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astroid/modutils.py b/astroid/modutils.py index 8c57d9d5..168a2798 100644 --- a/astroid/modutils.py +++ b/astroid/modutils.py @@ -412,9 +412,8 @@ def get_module_files(src_directory, blacklist): path of the directory corresponding to the package :type blacklist: list or tuple - :param blacklist: - optional list of files or directory to ignore, default to the value of - `logilab.common.STD_BLACKLIST` + :param blacklist: iterable + list of files or directories to ignore. :rtype: list :return: |