Skip to content

Commit 3d5dada

Browse files
gostak-ddmiss-islington
authored andcommitted
gh-101913: changed wording of docstring for _parsedate_tz (GH-134446)
Fixed incorrect word. (cherry picked from commit f7e0fb6) Co-authored-by: Gustaf <79180496+gostak-dd@users.noreply.github.com> Co-authored-by: Gustaf <79180496+GGyll@users.noreply.github.com>
1 parent 33b2879 commit 3d5dada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/email/_parseaddr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _parsedate_tz(data):
5959
6060
The last (additional) element is the time zone offset in seconds, except if
6161
the timezone was specified as -0000. In that case the last element is
62-
None. This indicates a UTC timestamp that explicitly declaims knowledge of
62+
None. This indicates a UTC timestamp that explicitly disclaims knowledge of
6363
the source timezone, as opposed to a +0000 timestamp that indicates the
6464
source timezone really was UTC.
6565

0 commit comments

Comments
 (0)