Skip to content

Commit 162545e

Browse files
authored
changed wording of docstring for _parsedate_tz
1 parent 91e6a58 commit 162545e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)