From 7cc97d98710aff97ce60fb6c67e935a044a57d65 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 6 Jun 2019 16:29:24 +0200 Subject: [PATCH] Fix markup --- contributing/code/pull_requests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/pull_requests.rst b/contributing/code/pull_requests.rst index abec7000e4d..6cfd3c499fe 100644 --- a/contributing/code/pull_requests.rst +++ b/contributing/code/pull_requests.rst @@ -129,7 +129,7 @@ work: ` (you may have to choose a higher branch if the feature you are fixing was introduced in a later version); - * ``master``, if you are adding a new feature. +* ``master``, if you are adding a new feature. .. note::