Skip to content

Commit f718b37

Browse files
committed
Typo: utc -> UTC
1 parent 69e655c commit f718b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/datetime.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2178,7 +2178,7 @@ Notes:
21782178
When ``%z`` directive is provided to the :meth:`strptime` method, any valid
21792179
RFC-822/ISO 8601 standard utftime-offset can be parsed. For example, strings
21802180
like ``'+01:00'`` will be parsed as an offset of one hour and or ``'Z'`` will
2181-
be transofmred to a 0 utc offset.
2181+
be transofmred to a 0 UTC offset.
21822182

21832183
``%Z``
21842184
If :meth:`tzname` returns ``None``, ``%Z`` is replaced by an empty

0 commit comments

Comments
 (0)