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 e5fcf62 commit e5f6b7aCopy full SHA for e5f6b7a
docs/quickstart.rst
@@ -73,7 +73,7 @@ constructor with those ``**kwargs`` to preserve this behavior::
73
74
class Foo(db.Model):
75
# ...
76
- def __init__(**kwargs):
+ def __init__(self, **kwargs):
77
super(Foo, self).__init__(**kwargs)
78
# do custom stuff
79
0 commit comments