Skip to content

Commit 3d826ba

Browse files
committed
Update readme
1 parent 3150442 commit 3d826ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ OOP is the programming paradigm where the real-life object is at the center of a
4040

4141
- [Instance methods, class methods and static methods](https://github.com/CodingMantras/python-class-tutorial#instance-methods-class-methods-and-static-methods)
4242

43-
- Helpful in-build methods: `dir()`, `help(__class__)`, `MRO`, `is_instance` and `__dict__`.
43+
- [Helpful in-build methods: `dir()`, `help(__class__)`, `MRO`, `is_instance` and `__dict__`.](https://github.com/CodingMantras/python-class-tutorial#helpful-in-build-methods)
4444

4545
- Use of property decorator
4646

@@ -363,4 +363,6 @@ Reduce the complexity of the code.
363363

364364
**How to achieve**: By creating abstract classes and interfaces.
365365

366+
---
366367

368+
This tutorial is still under development. If you find any spelling, grammatical or syntax error, convey it through raising issues. There may be other concept related mistakes, if you found any please raise issue, or discuss.

0 commit comments

Comments
 (0)