We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ec75b commit 9732ea1Copy full SHA for 9732ea1
doc/source/coding_style/flake8.rst
@@ -8,7 +8,7 @@ are expected to be consistent with these guidelines.
8
9
Flake8
10
~~~~~~
11
-`Flake8`_ is a Python tool for enforcing code styling. It is a wrapper
+`flake8`_ is a Python tool for enforcing code styling. It is a wrapper
12
around the following three tools: `PyFlakes`_, `pycodestyle`_, and
13
`Ned Batchelder's McCabe script for complexity`_. Flake8 runs all three tools at once,
14
checking the code against a variety of style rules, such as line length,
0 commit comments