DOC fix broken url

This commit is contained in:
François Boulogne
2015-09-19 13:10:23 -04:00
parent 2063dd109c
commit 42784a45bc
+1 -1
View File
@@ -137,7 +137,7 @@ Stylistic Guidelines
--------------------
* Set up your editor to remove trailing whitespace. Follow `PEP08
<www.python.org/dev/peps/pep-0008/>`__. Check code with pyflakes / flake8.
<http://www.python.org/dev/peps/pep-0008/>`__. Check code with pyflakes / flake8.
* Use numpy data types instead of strings (``np.uint8`` instead of
``"uint8"``).