summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-10-07 10:08:00 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-10-07 10:08:00 -0400
commita49029db1360203ba1e9f6d97b38adf069d7e9a6 (patch)
tree42a24d607b1554dd1cc535e790747484455fe214 /docs
parentebe2e397f7a8a1458584257dca0845261fdb660c (diff)
s/look/find/
Diffstat (limited to 'docs')
-rw-r--r--docs/development.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development.rst b/docs/development.rst
index baf9d316d..fc9b8b2fa 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -98,7 +98,7 @@ Checklist:
- make sure all issues for this milestone are closed or move to the
next milestone
-- look and fix any low hanging fruit left on the issue tracker
+- find and fix any low hanging fruit left on the issue tracker
- run tox on all supported platforms via vagrant, check for test failures
- check that Travis CI is also happy
- update ``CHANGES.rst``, based on ``git log $PREVIOUS_RELEASE..``