summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/source/internal/utils.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/internal/utils.rst b/docs/source/internal/utils.rst
index 2b2638e..fed9a47 100644
--- a/docs/source/internal/utils.rst
+++ b/docs/source/internal/utils.rst
@@ -45,9 +45,9 @@ path if the string has a ``/`` in it. It also removes trailing ``/``\ s.
.. autofunction:: flake8.utils.normalize_paths
-This function utilizes :func:`~flake8.utils.parse_comma_separated_list` and
-:func:`~flake8.utils.normalize_path` to normalize its input to a list of
-strings that should be paths.
+This function utilizes :func:`~flake8.utils.normalize_path` to normalize a
+sequence of paths. See :func:`~flake8.utils.normalize_path` for what defines a
+normalized path.
.. autofunction:: flake8.utils.stdin_get_value