From 4f16355acdc0f83c0618dd6733d38554a0153e20 Mon Sep 17 00:00:00 2001 From: Bodhi Silberling Date: Sun, 25 Jan 2026 10:50:12 -0800 Subject: [PATCH] Fix docstring formatting: remove double space after colon and extra space before comma --- Lib/urllib/parse.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/urllib/parse.py b/Lib/urllib/parse.py index e917f8b61bbd9e..8019f9fa534858 100644 --- a/Lib/urllib/parse.py +++ b/Lib/urllib/parse.py @@ -8,10 +8,10 @@ RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter and L.Masinter, December 1999. -RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T. +RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T. Berners-Lee, R. Fielding, and L. Masinter, August 1998. -RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zawinski, July 1998. +RFC 2368: "The mailto URL scheme", by P.Hoffman, L Masinter, J. Zawinski, July 1998. RFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June 1995.