Skip to content

Commit 57e13d5

Browse files
author
gmjason
committed
some readme fix
1 parent c4d1dc7 commit 57e13d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example1-inheritance/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This is the inheritance example. The important parts are commented in the source
66
# Example
77

88
```python
9-
from my_module import BaseClass
9+
from my_module import BaseClass, InheritanceClass
10+
1011
bc = BaseClass()
1112
inh = InheritanceClass()
1213

0 commit comments

Comments
 (0)