Skip to content

Commit 9732ea1

Browse files
jorgepilotoMaxJPRey
andcommitted
Apply suggestions from code review
Co-authored-by: Maxime Rey <[email protected]>
1 parent b9ec75b commit 9732ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/coding_style/flake8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ are expected to be consistent with these guidelines.
88

99
Flake8
1010
~~~~~~
11-
`Flake8`_ is a Python tool for enforcing code styling. It is a wrapper
11+
`flake8`_ is a Python tool for enforcing code styling. It is a wrapper
1212
around the following three tools: `PyFlakes`_, `pycodestyle`_, and
1313
`Ned Batchelder's McCabe script for complexity`_. Flake8 runs all three tools at once,
1414
checking the code against a variety of style rules, such as line length,

0 commit comments

Comments
 (0)