diff --git a/doc/reference/guidelines.rst b/doc/reference/guidelines.rst index d71f62971cd7cdfb5d4906da907f326409bb211d..962095b9e0151ca731d574b813b75c6109a3cc77 100644 --- a/doc/reference/guidelines.rst +++ b/doc/reference/guidelines.rst @@ -296,7 +296,7 @@ Use the following pattern : lowercase string briefly explaining the action. This is used only if multiple actions are declared for the model. * For window actions: suffix the action name by the specific view information - like :samp:`{<model_name>}_action_view_{<view_type}`. + like :samp:`{<model_name>}_action_view_{<view_type>}`. * For a group: :samp:`{<model_name>}_group_{<group_name>}` where *group_name* is the name of the group, generally 'user', 'manager', ... * For a rule: :samp:`{<model_name>}_rule_{<concerned_group>}` where