Grammar fixes

This commit is contained in:
Ville Skyttä 2018-11-11 11:14:51 +02:00
parent 4439ea2025
commit dedb741fad
5 changed files with 5 additions and 5 deletions

View file

@ -51,7 +51,7 @@ 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 it's input to a list of
:func:`~flake8.utils.normalize_path` to normalize its input to a list of
strings that should be paths.
.. autofunction:: flake8.utils.stdin_get_value