mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typos in docs, comments and test assert messages (#14872)
This commit is contained in:
parent
8e3a7380ec
commit
96e12d5f4f
21 changed files with 24 additions and 24 deletions
|
@ -245,7 +245,7 @@ class BaseHeader(str):
|
|||
the header name and the ': ' separator.
|
||||
|
||||
"""
|
||||
# At some point we need to put fws here iif it was in the source.
|
||||
# At some point we need to put fws here if it was in the source.
|
||||
header = parser.Header([
|
||||
parser.HeaderLabel([
|
||||
parser.ValueTerminal(self.name, 'header-name'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue