From af1f6de5d94982b49523976c5bd6fe749d5df2cf Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Thu, 4 Jun 2015 10:40:38 +0200 Subject: [PATCH] Fixes a missed Markdown to reStructuredText conversion in CONTRIBUTING.rst --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3ef308d..3038f07 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -55,7 +55,7 @@ Making Changes * Make sure you have added the necessary tests for your changes. -* Run _all_ the tests to assure nothing else was accidentally broken. +* Run **all** the tests to assure nothing else was accidentally broken. Making Trivial Changes ======================