Skip to content

Commit f5fb157

Browse files
committed
minor #7957 Minor reword of code contribution standards (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Minor reword of code contribution standards This fixes #7956. Commits ------- 1426a10 Minor reword of code contribution standards
2 parents fc57a9f + 1426a10 commit f5fb157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Naming Conventions
186186
* Use camelCase, not underscores, for variable, function and method
187187
names, arguments;
188188

189-
* Use underscores for option names and parameter names;
189+
* Use underscores for configuration options and parameters;
190190

191191
* Use namespaces for all classes;
192192

0 commit comments

Comments
 (0)