SIGN IN SIGN UP

[3.12] doc: Use super() in subclassed JSONEncoder examples (GH-115565) (GH-116047)

doc: Use super() in subclassed JSONEncoder examples (GH-115565)

Replace calls to `json.JSONEncoder.default(self, obj)`
by `super().default(obj)` within the examples of the documentation.
(cherry picked from commit 647053fed182066d3b8c934fb0bf52ee48ff3911)

Co-authored-by: Jan Max Meyer <jmm@phorward.de>
M
Miss Islington (bot) committed
9df6d1e03338d1d7bc12e0c5e9e2559e2a3ab706
Parent: e5e9862
Committed by GitHub <noreply@github.com> on 2/28/2024, 2:13:08 PM