summaryrefslogtreecommitdiff
path: root/Lib/email
diff options
context:
space:
mode:
authorXtreak <tir.karthi@gmail.com>2019-06-03 04:42:33 +0530
committerPetr Viktorin <encukou@gmail.com>2019-06-03 01:12:33 +0200
commit0d70227e419ab78c44d81b4ea6ae8aaf769470e6 (patch)
tree7fcafd5e2f1291c61989b119eff03ce7113bc928 /Lib/email
parente584cbff1ea78e700cf9943d50467e3b58301ccc (diff)
downloadcpython-git-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.tar.gz
Fix typos in docs and docstrings (GH-13745)
Diffstat (limited to 'Lib/email')
-rw-r--r--Lib/email/_header_value_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/_header_value_parser.py b/Lib/email/_header_value_parser.py
index 649f1539fa..14cc00c61e 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.