mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
647053fed1
Replace calls to `json.JSONEncoder.default(self, obj)` by `super().default(obj)` within the examples of the documentation.