@@ -2106,7 +2106,7 @@ class Timestamp(_Timestamp):
21062106 * 'NaT' will return NaT for an ambiguous time.
21072107 * 'raise' will raise an AmbiguousTimeError for an ambiguous time.
21082108
2109- nonexistent : {'raise', 'shift_forward', 'shift_backward, 'NaT', \
2109+ nonexistent : {'raise', 'shift_forward', 'shift_backward' , 'NaT', \
21102110timedelta}, default 'raise'
21112111 A nonexistent time does not exist in a particular timezone
21122112 where clocks moved forward due to DST.
@@ -2209,7 +2209,7 @@ timedelta}, default 'raise'
22092209 * 'NaT' will return NaT for an ambiguous time.
22102210 * 'raise' will raise an AmbiguousTimeError for an ambiguous time.
22112211
2212- nonexistent : {'raise', 'shift_forward', 'shift_backward, 'NaT', \
2212+ nonexistent : {'raise', 'shift_forward', 'shift_backward' , 'NaT', \
22132213timedelta}, default 'raise'
22142214 A nonexistent time does not exist in a particular timezone
22152215 where clocks moved forward due to DST.
@@ -2304,7 +2304,7 @@ timedelta}, default 'raise'
23042304 * 'NaT' will return NaT for an ambiguous time.
23052305 * 'raise' will raise an AmbiguousTimeError for an ambiguous time.
23062306
2307- nonexistent : {'raise', 'shift_forward', 'shift_backward, 'NaT', \
2307+ nonexistent : {'raise', 'shift_forward', 'shift_backward' , 'NaT', \
23082308timedelta}, default 'raise'
23092309 A nonexistent time does not exist in a particular timezone
23102310 where clocks moved forward due to DST.
@@ -2443,7 +2443,7 @@ timedelta}, default 'raise'
24432443 * 'NaT' will return NaT for an ambiguous time.
24442444 * 'raise' will raise an AmbiguousTimeError for an ambiguous time.
24452445
2446- nonexistent : 'shift_forward', 'shift_backward, 'NaT', timedelta, \
2446+ nonexistent : 'shift_forward', 'shift_backward' , 'NaT', timedelta, \
24472447default 'raise'
24482448 A nonexistent time does not exist in a particular timezone
24492449 where clocks moved forward due to DST.
0 commit comments