From 283ad4c8125061cc3166bf1af925a38920478c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20F=C3=A9rotin?= Date: Sun, 8 May 2016 17:12:42 +0200 Subject: docs: Fix typos. --- docs/tutorials/wiki/tests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/wiki/tests.rst b/docs/tutorials/wiki/tests.rst index aa4cb3597..85a023cc9 100644 --- a/docs/tutorials/wiki/tests.rst +++ b/docs/tutorials/wiki/tests.rst @@ -52,8 +52,8 @@ Running the tests ================= We can run these tests by using ``py.test`` similarly to how we did in -:ref:`running_tests`. Courtest of the scaffold, our testing dependencies have -already been satisfied and ``py.test`` and coverage has already been +:ref:`running_tests`. Courtesy of the scaffold, our testing dependencies have +already been satisfied and ``py.test`` and coverage have already been configured, so we can jump right to running tests. On UNIX: -- cgit v1.2.3 From f06f2e8d39a186fbd8b46fdecd1e5bff42070407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20F=C3=A9rotin?= Date: Sun, 8 May 2016 17:19:32 +0200 Subject: =?UTF-8?q?Add=20Vincent=20F=C3=A9rotin=20to=20contributors.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTORS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 563a995a9..55fdf096b 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -266,3 +266,5 @@ Contributors - Marcin Raczyński, 2016/01/26 - Arian Maykon de A. Diógenes, 2016/04/13 + +- Vincent Férotin, 2016/05/08 -- cgit v1.2.3