From a49029db1360203ba1e9f6d97b38adf069d7e9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Wed, 7 Oct 2015 10:08:00 -0400 Subject: [PATCH] s/look/find/ --- docs/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..``