summaryrefslogtreecommitdiffstats
path: root/Lib/rfc822.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/rfc822.py')
-rw-r--r--Lib/rfc822.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/rfc822.py b/Lib/rfc822.py
index c1d0865..9a5b8a2 100644
--- a/Lib/rfc822.py
+++ b/Lib/rfc822.py
@@ -961,7 +961,7 @@ def formatdate(timeval=None):
According to RFC 1123, day and month names must always be in
English. If not for that, this code could use strftime(). It
- can't because strftime() honors the locale and could generated
+ can't because strftime() honors the locale and could generate
non-English names.
"""
if timeval is None: