Fix typos in docs and docstrings (GH-13745)

This commit is contained in:
Xtreak 2019-06-03 04:42:33 +05:30 committed by Petr Viktorin
parent e584cbff1e
commit 0d70227e41
15 changed files with 16 additions and 16 deletions

View file

@ -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.