We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc451c commit 238ed20Copy full SHA for 238ed20
docs/oop/inheritance.rst
@@ -40,7 +40,7 @@ Python, this technique looks like this:
40
:linenos:
41
42
>>> class Form:
43
- ... def __init__(self, x=0, y=0):
+ ... def __init__(self, x, y):
44
... self.x = x
45
... self.y = y
46
...
0 commit comments