From 4ea23fefa5a97e41495dbb0cbdc69a19fde5ee60 Mon Sep 17 00:00:00 2001 From: Vadim Kharitonov Date: Wed, 13 May 2015 22:19:33 +0300 Subject: [PATCH] Update standards.rst Remove deprecated line --- contributing/code/standards.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/contributing/code/standards.rst b/contributing/code/standards.rst index c187890183f..17f8f72a637 100644 --- a/contributing/code/standards.rst +++ b/contributing/code/standards.rst @@ -165,10 +165,7 @@ Service Naming Conventions * Use lowercase letters for service and parameter names; -* A group name uses the underscore notation; - -* Each service has a corresponding parameter containing the class name, - following the ``SERVICE NAME.class`` convention. +* A group name uses the underscore notation. Documentation -------------