mirror of
https://github.com/python/cpython.git
synced 2026-06-28 03:41:13 +00:00
[3.15] gh-101913: changed wording of docstring for _parsedate_tz (GH-134446) (#150796)
Fixed incorrect word.
(cherry picked from commit f7e0fb60cf)
Co-authored-by: Gustaf <79180496+gostak-dd@users.noreply.github.com>
Co-authored-by: Gustaf <79180496+GGyll@users.noreply.github.com>
This commit is contained in:
parent
13a7cce363
commit
fd0a7fd5ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue