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.
1 parent a62ee8c commit 02e01e2Copy full SHA for 02e01e2
oop.md
@@ -32,7 +32,7 @@ You must be wondering how Python gives the value for `self` and why you don't ne
32
33
This also means that if you have a method which takes no arguments, then you still have to have one argument - the `self`.
34
35
-## Classes {#class}
+## Classes {#classes}
36
37
The simplest class possible is shown in the following example (save as `oop_simplestclass.py`).
38
0 commit comments