summaryrefslogtreecommitdiff
path: root/docs/source/plugin-development
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/plugin-development
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/plugin-development')
-rw-r--r--docs/source/plugin-development/cross-compatibility.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/plugin-development/cross-compatibility.rst b/docs/source/plugin-development/cross-compatibility.rst
index 9deadec..07c84e3 100644
--- a/docs/source/plugin-development/cross-compatibility.rst
+++ b/docs/source/plugin-development/cross-compatibility.rst
@@ -161,7 +161,7 @@ some plugins. |Flake8| 2.5 and earlier had started monkey-patching pep8's
monkey-patched that. 3.0 has its own internal implementation and uses that but
does not directly provide anything for plugins using pep8 and pycodestyle's
``stdin_get_value`` function. |polyfill| provides this functionality for
-plugin developers via it's :mod:`flake8_polyfill.stdin` module.
+plugin developers via its :mod:`flake8_polyfill.stdin` module.
If a plugin needs to read the content from stdin, it can do the following: