diff options
| author | Valentin Ignatev <valentignatev@gmail.com> | 2018-06-16 10:19:47 +1000 |
|---|---|---|
| committer | Valentin Ignatev <valentignatev@gmail.com> | 2018-06-16 10:19:47 +1000 |
| commit | 76a73eb9a47767b1bef03cb5eac1c73464dc4b58 (patch) | |
| tree | 04ecbe628ba885ce5bdab9ecdcfbd40340e0a049 /docs | |
| parent | 33e7eae53ad513952da777cabd3654219efe0eb8 (diff) | |
| download | flake8-76a73eb9a47767b1bef03cb5eac1c73464dc4b58.tar.gz | |
Fix "styl" -> "style" typo in writing code docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/internal/writing-code.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/internal/writing-code.rst b/docs/source/internal/writing-code.rst index de129af..8900eac 100644 --- a/docs/source/internal/writing-code.rst +++ b/docs/source/internal/writing-code.rst @@ -4,7 +4,7 @@ Writing Code for Flake8 ========================= -The maintainers of |Flake8| unsurprisingly have some opinions about the styl +The maintainers of |Flake8| unsurprisingly have some opinions about the style of code maintained in the project. At the time of this writing, |Flake8| enables all of PyCodeStyle's checks, all |
