]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101913: changed wording of docstring for _parsedate_tz (#134446)
authorGustaf <79180496+gostak-dd@users.noreply.github.com>
Tue, 2 Jun 2026 15:02:19 +0000 (17:02 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 15:02:19 +0000 (11:02 -0400)
Fixed incorrect word.

Co-authored-by: Gustaf <79180496+GGyll@users.noreply.github.com>
Lib/email/_parseaddr.py

index 6a7c5fa06d20b6edf1a5258662419765bd49d47f..e311948cb09a7d6ff32098ced1e420edb0047a3b 100644 (file)
@@ -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.