summaryrefslogtreecommitdiff
path: root/docs/source/plugin-development
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-11-11 11:14:51 +0200
committerVille Skyttä <ville.skytta@iki.fi>2018-11-11 11:14:51 +0200
commitdedb741fadc19fd547798afb8def09e776840341 (patch)
tree29689a5032b948d1fb88bb91348a348da28c28da /docs/source/plugin-development
parent4439ea202526b50154d287f3e581222a4c86d782 (diff)
downloadflake8-dedb741fadc19fd547798afb8def09e776840341.tar.gz
Grammar fixes
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: