Skip to content

Commit abd4b77

Browse files
committed
minor #5229 Remove mention of *.class parameters from conventions (jvasseur)
This PR was merged into the 2.3 branch. Discussion ---------- Remove mention of *.class parameters from conventions | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- b7721bc Replace trailing semicolon 8a531eb Remove mention of *.class parameters from conventions
2 parents 109e076 + b7721bc commit abd4b77

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

contributing/code/standards.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,7 @@ Service Naming Conventions
165165

166166
* Use lowercase letters for service and parameter names;
167167

168-
* A group name uses the underscore notation;
169-
170-
* Each service has a corresponding parameter containing the class name,
171-
following the ``SERVICE NAME.class`` convention.
168+
* A group name uses the underscore notation.
172169

173170
Documentation
174171
-------------

0 commit comments

Comments
 (0)