diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt
index 90909636..aefde504 100644
--- a/CONTRIBUTING.txt
+++ b/CONTRIBUTING.txt
@@ -137,7 +137,7 @@ Stylistic Guidelines
--------------------
* Set up your editor to remove trailing whitespace. Follow `PEP08
- `__. Check code with pyflakes / flake8.
+ `__. Check code with pyflakes / flake8.
* Use numpy data types instead of strings (``np.uint8`` instead of
``"uint8"``).