Skip to content

Commit 89a67f9

Browse files
calebbraunTomAugspurger
authored andcommitted
DOC: Fix typo in tz_localize (#25598)
1 parent b72e7ed commit 89a67f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9321,7 +9321,7 @@ def tz_localize(self, tz, axis=0, level=None, copy=True,
93219321
times
93229322
nonexistent : str, default 'raise'
93239323
A nonexistent time does not exist in a particular timezone
9324-
where clocks moved forward due to DST. Valid valuse are:
9324+
where clocks moved forward due to DST. Valid values are:
93259325
93269326
- 'shift_forward' will shift the nonexistent time forward to the
93279327
closest existing time

0 commit comments

Comments
 (0)