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 7192fc1 commit 38d138bCopy full SHA for 38d138b
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