From 2da622ff77a763327895656779370b80a833d95c Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 8 Jul 2019 23:06:32 +0200 Subject: Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644) Initial report by Michael Blankenship on docs@ --- Doc/tutorial/controlflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index 79111f8..92c042e 100644 --- a/Doc/tutorial/controlflow.rst +++ b/Doc/tutorial/controlflow.rst @@ -920,7 +920,7 @@ extracted for you: bracketing constructs: ``a = f(1, 2) + g(3, 4)``. * Name your classes and functions consistently; the convention is to use - ``CamelCase`` for classes and ``lower_case_with_underscores`` for functions + ``UpperCamelCase`` for classes and ``lowercase_with_underscores`` for functions and methods. Always use ``self`` as the name for the first method argument (see :ref:`tut-firstclasses` for more on classes and methods). -- cgit v0.12