Skip to content

Commit 02e01e2

Browse files
epsimattswaroopch
authored andcommitted
update: fix internal link for 'classes'
1 parent a62ee8c commit 02e01e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You must be wondering how Python gives the value for `self` and why you don't ne
3232

3333
This also means that if you have a method which takes no arguments, then you still have to have one argument - the `self`.
3434

35-
## Classes {#class}
35+
## Classes {#classes}
3636

3737
The simplest class possible is shown in the following example (save as `oop_simplestclass.py`).
3838

0 commit comments

Comments
 (0)