File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments