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.
2 parents 2621e03 + 3a29eff commit 3365ec2Copy full SHA for 3365ec2
docs/topics/release-notes.md
@@ -74,7 +74,7 @@ You can determine your currently installed version using `pip show`:
74
"""
75
Drop `maybe_none` field if None.
76
77
- data = super().data()
+ data = super().data
78
if 'maybe_none' in data and data['maybe_none'] is None:
79
del data['maybe_none']
80
return data
0 commit comments