From 374dacf5e6df1dbe71586a3c90ddbb41d481078a Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Tue, 7 Jul 2015 16:03:37 +0200 Subject: [PATCH] [FIX] doc: incorrect role syntax --- doc/reference/guidelines.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/reference/guidelines.rst b/doc/reference/guidelines.rst index e2cccf19905..17e50fe89ae 100644 --- a/doc/reference/guidelines.rst +++ b/doc/reference/guidelines.rst @@ -151,7 +151,7 @@ Use the following pattern : lowercase string briefly explaining the action. This is used only if multiple actions are declared for the model. -* For a group: :samp:`{}_group_{} where *group_name* +* For a group: :samp:`{}_group_{}` where *group_name* is the name of the group, generally 'user', 'manager', ... * For a rule: :samp:`{}_rule_{}` where *concerned_group* is the short name of the concerned group ('user' @@ -432,4 +432,3 @@ Then, in the message itself, specify the part of the code impacted by your chang .. note:: Use the long description to explain the *why* not the *what*, the *what* can be seen in the diff -