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