Skip to content

Commit d865575

Browse files
committed
docs: update comments
1 parent da06939 commit d865575

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/email/_policybase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def header_source_parse(self, sourcelines):
302302
"""+
303303
The name is parsed as everything up to the ':' and returned unmodified.
304304
The value is determined by stripping leading whitespace off the
305-
remainder of the first line, joining all subsequent lines together, and
305+
remainder of the first line joined with all subsequent lines, and
306306
stripping any trailing carriage return or linefeed characters.
307307
308308
"""

Lib/email/policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def header_source_parse(self, sourcelines):
119119
"""+
120120
The name is parsed as everything up to the ':' and returned unmodified.
121121
The value is determined by stripping leading whitespace off the
122-
remainder of the first line, joining all subsequent lines together, and
122+
remainder of the first line joined with all subsequent lines, and
123123
stripping any trailing carriage return or linefeed characters. (This
124124
is the same as Compat32).
125125

0 commit comments

Comments
 (0)