Skip to content

Commit 7947e32

Browse files
thatneatjreback
authored andcommitted
Typo: UCT -> UTC (#22548)
1 parent 1a798be commit 7947e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/timeseries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2228,7 +2228,7 @@ To remove timezone from tz-aware ``DatetimeIndex``, use ``tz_localize(None)`` or
22282228
didx.tz_convert(None)
22292229
22302230
# tz_convert(None) is identical with tz_convert('UTC').tz_localize(None)
2231-
didx.tz_convert('UCT').tz_localize(None)
2231+
didx.tz_convert('UTC').tz_localize(None)
22322232
22332233
.. _timeseries.timezone_ambiguous:
22342234

0 commit comments

Comments
 (0)