Skip to content

Commit

Permalink
update: fix internal link for 'classes'
Browse files Browse the repository at this point in the history
  • Loading branch information
epsimatt authored and swaroopch committed May 28, 2020
1 parent a62ee8c commit 02e01e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oop.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You must be wondering how Python gives the value for `self` and why you don't ne

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

## Classes {#class}
## Classes {#classes}

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

Expand Down

0 comments on commit 02e01e2

Please sign in to comment.