Skip to content

Commit f64d9a1

Browse files
Fix docstring formatting: remove double space and extra space before colon
1 parent 58ccf21 commit f64d9a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/urllib/parse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
urlparse module is based upon the following RFC specifications.
44
55
RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
6-
and L. Masinter, January 2005.
6+
and L. Masinter, January 2005.
77
8-
RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter
8+
RFC 2732: "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter
99
and L.Masinter, December 1999.
1010
1111
RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.

0 commit comments

Comments
 (0)