We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e676244 commit 2da622fCopy full SHA for 2da622f
Doc/tutorial/controlflow.rst
@@ -920,7 +920,7 @@ extracted for you:
920
bracketing constructs: ``a = f(1, 2) + g(3, 4)``.
921
922
* Name your classes and functions consistently; the convention is to use
923
- ``CamelCase`` for classes and ``lower_case_with_underscores`` for functions
+ ``UpperCamelCase`` for classes and ``lowercase_with_underscores`` for functions
924
and methods. Always use ``self`` as the name for the first method argument
925
(see :ref:`tut-firstclasses` for more on classes and methods).
926
0 commit comments