SIGN IN SIGN UP

[3.11] doc: Use super() in subclassed JSONEncoder examples (GH-115565) (GH-116046)

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
f2257402113b63c7d22af929d68918cae249402b
Parent: becc615
Committed by GitHub <noreply@github.com> on 2/28/2024, 2:08:40 PM