https://github.com/python/cpython/commit/fa3af117392d44ca9997f1982e6eda665beba5f6
commit: fa3af117392d44ca9997f1982e6eda665beba5f6
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: bitdancer <[email protected]>
date: 2026-06-02T13:52:09-04:00
summary:

[3.13] gh-101913: changed wording of docstring for _parsedate_tz (GH-134446) 
(#150798)

Fixed incorrect word.
(cherry picked from commit f7e0fb60cfaf31373c0b78e6eb954a0351e92f09)

Co-authored-by: Gustaf <[email protected]>
Co-authored-by: Gustaf <[email protected]>

files:
M Lib/email/_parseaddr.py

diff --git a/Lib/email/_parseaddr.py b/Lib/email/_parseaddr.py
index 565af0cf361e66d..fe63c7ee0c7e839 100644
--- a/Lib/email/_parseaddr.py
+++ b/Lib/email/_parseaddr.py
@@ -59,7 +59,7 @@ def _parsedate_tz(data):
 
     The last (additional) element is the time zone offset in seconds, except if
     the timezone was specified as -0000.  In that case the last element is
-    None.  This indicates a UTC timestamp that explicitly declaims knowledge of
+    None.  This indicates a UTC timestamp that explicitly disclaims knowledge 
of
     the source timezone, as opposed to a +0000 timestamp that indicates the
     source timezone really was UTC.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to