summaryrefslogtreecommitdiff
path: root/docs/source/internal
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-11-11 16:13:22 +0000
committerAnthony Sottile <asottile@umich.edu>2018-11-11 16:13:22 +0000
commitcd75e4e2b2f72b585d6eaf75dd9b3afe4ecdb925 (patch)
tree29689a5032b948d1fb88bb91348a348da28c28da /docs/source/internal
parent4439ea202526b50154d287f3e581222a4c86d782 (diff)
parentdedb741fadc19fd547798afb8def09e776840341 (diff)
downloadflake8-cd75e4e2b2f72b585d6eaf75dd9b3afe4ecdb925.tar.gz
Merge branch 'grammar' into 'master'
Grammar fixes See merge request pycqa/flake8!266
Diffstat (limited to 'docs/source/internal')
-rw-r--r--docs/source/internal/utils.rst2
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