From 89a67f96c447c40b92ce7619f5ba26254ee72e73 Mon Sep 17 00:00:00 2001 From: Caleb Braun Date: Thu, 7 Mar 2019 15:40:39 -0500 Subject: [PATCH] DOC: Fix typo in tz_localize (#25598) --- pandas/core/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index d7f71df99cdb6..0b81576404e2f 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -9321,7 +9321,7 @@ def tz_localize(self, tz, axis=0, level=None, copy=True, times nonexistent : str, default 'raise' A nonexistent time does not exist in a particular timezone - where clocks moved forward due to DST. Valid valuse are: + where clocks moved forward due to DST. Valid values are: - 'shift_forward' will shift the nonexistent time forward to the closest existing time