mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix typos in docs and docstrings (GH-13745)
This commit is contained in:
parent
e584cbff1e
commit
0d70227e41
15 changed files with 16 additions and 16 deletions
|
@ -2385,7 +2385,7 @@ def parse_mime_parameters(value):
|
|||
the formal RFC grammar, but it is more convenient for us for the set of
|
||||
parameters to be treated as its own TokenList.
|
||||
|
||||
This is 'parse' routine because it consumes the reminaing value, but it
|
||||
This is 'parse' routine because it consumes the remaining value, but it
|
||||
would never be called to parse a full header. Instead it is called to
|
||||
parse everything after the non-parameter value of a specific MIME header.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue