diff --git a/docs/development.rst b/docs/development.rst
index 49d8add5..eae211b9 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -41,9 +41,10 @@ Code style
==========
- Follow :pep:`8` unless otherwise noted. `pep8.py
- `_ can be used to check your code against
- the guidelines, however remember that matching the style of the surrounding
- code is also important.
+ `_ or `flake8
+ `_ can be used to check your code
+ against the guidelines, however remember that matching the style of the
+ surrounding code is also important.
- Use four spaces for indentation, *never* tabs.