fix format

This commit is contained in:
surister 2019-10-22 10:28:01 +02:00
parent 337b74d8d0
commit e497b6bcf0

View File

@ -1692,6 +1692,7 @@ PEP8 is a list of coding conventions and style guidelines for Python
<details>
<summary>Explain inheritance and how to use it in Python</summary><br><b>
```
By definition inheritance is the mechanism where an object acts as a base of another object, retaining all its
properties.