We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fe701f + dd01a67 commit 23d0dc6Copy full SHA for 23d0dc6
docs/contributing.rst
@@ -98,7 +98,7 @@ Naming Conventions
98
noun that describes what information is contained in the variable. If a ``bool``,
99
preface with ``is_`` or ``has_`` or similar question-word that can be answered
100
with a yes-or-no.
101
-* ``function_name`` and not ``function_name`` or ``functionName``. Should be an
+* ``function_name`` and not ``functionName`` or ``FunctionName``. Should be an
102
imperative that describes what the function does (e.g. ``get_next_page``).
103
* ``CONSTANT_NAME`` and not ``constant_name`` or ``ConstantName``.
104
* ``ClassName`` and not ``class_name`` or ``Class_Name``.
0 commit comments