mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
Grammar fixes
This commit is contained in:
parent
4439ea2025
commit
dedb741fad
5 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue