Skip to content

Commit d26d434

Browse files
fix typo in contributing.rst
function_name -> functionName
1 parent dafdd03 commit d26d434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Naming Conventions
9898
noun that describes what information is contained in the variable. If a ``bool``,
9999
preface with ``is_`` or ``has_`` or similar question-word that can be answered
100100
with a yes-or-no.
101-
* ``function_name`` and not ``function_name`` or ``functionName``. Should be an
101+
* ``function_name`` and not ``functionName`` or ``FunctionName``. Should be an
102102
imperative that describes what the function does (e.g. ``get_next_page``).
103103
* ``CONSTANT_NAME`` and not ``constant_name`` or ``ConstantName``.
104104
* ``ClassName`` and not ``class_name`` or ``Class_Name``.

0 commit comments

Comments
 (0)