Skip to content

Commit f7e0fb6

Browse files
authored
gh-101913: changed wording of docstring for _parsedate_tz (#134446)
Fixed incorrect word. Co-authored-by: Gustaf <79180496+GGyll@users.noreply.github.com>
1 parent e3fa52d commit f7e0fb6

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)