From db39050396a104c73d0da473a2f00a62f9dfdfaa Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 24 Sep 2022 14:38:53 +0300 Subject: gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) --- Lib/json/encoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/json/encoder.py') diff --git a/Lib/json/encoder.py b/Lib/json/encoder.py index 864f46d9dbb..45f54774188 100644 --- a/Lib/json/encoder.py +++ b/Lib/json/encoder.py @@ -72,7 +72,7 @@ encode_basestring_ascii = ( c_encode_basestring_ascii or py_encode_basestring_ascii) class JSONEncoder(object): - """Extensible JSON encoder for Python data structures. + """Extensible JSON encoder for Python data structures. Supports the following objects and types by default: -- cgit v1.2.3