Skip to content

Commit 23d0dc6

Browse files
authored
Merge pull request #195 from JulienBacquart/patch-2
fix typo in contributing.rst
2 parents 6fe701f + dd01a67 commit 23d0dc6

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)