You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/python/concepts/inheritance/inheritance.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -321,4 +321,4 @@ obj.m()
321
321
# Output: in B
322
322
```
323
323
324
-
The order of parent classes decide which class `D` inherits from. To call the parent function of choice, the [super() method](<#super()>) is called inside the child class.
324
+
The order of parent classes decide which class `D` inherits from. To call the parent function of choice, the `super()` method is called inside the child class.
0 commit comments