diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2018-11-11 11:14:51 +0200 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2018-11-11 11:14:51 +0200 |
| commit | dedb741fadc19fd547798afb8def09e776840341 (patch) | |
| tree | 29689a5032b948d1fb88bb91348a348da28c28da /docs/source/internal | |
| parent | 4439ea202526b50154d287f3e581222a4c86d782 (diff) | |
| download | flake8-dedb741fadc19fd547798afb8def09e776840341.tar.gz | |
Grammar fixes
Diffstat (limited to 'docs/source/internal')
| -rw-r--r-- | docs/source/internal/utils.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/internal/utils.rst b/docs/source/internal/utils.rst index 1b2bb1c..31e0d39 100644 --- a/docs/source/internal/utils.rst +++ b/docs/source/internal/utils.rst @@ -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 |
