diff options
author | Xtreak <tir.karthi@gmail.com> | 2019-06-02 23:12:33 (GMT) |
---|---|---|
committer | Petr Viktorin <encukou@gmail.com> | 2019-06-02 23:12:33 (GMT) |
commit | 0d70227e419ab78c44d81b4ea6ae8aaf769470e6 (patch) | |
tree | 7fcafd5e2f1291c61989b119eff03ce7113bc928 /Lib/email/_header_value_parser.py | |
parent | e584cbff1ea78e700cf9943d50467e3b58301ccc (diff) | |
download | cpython-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.zip cpython-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.tar.gz cpython-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.tar.bz2 |
Fix typos in docs and docstrings (GH-13745)
Diffstat (limited to 'Lib/email/_header_value_parser.py')
-rw-r--r-- | Lib/email/_header_value_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/_header_value_parser.py b/Lib/email/_header_value_parser.py index 649f153..14cc00c 100644 --- a/Lib/email/_header_value_parser.py +++ b/Lib/email/_header_value_parser.py @@ -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. |