@@ -2106,7 +2106,7 @@ class Timestamp(_Timestamp):
2106
2106
* 'NaT' will return NaT for an ambiguous time.
2107
2107
* 'raise' will raise an AmbiguousTimeError for an ambiguous time.
2108
2108
2109
- nonexistent : {'raise', 'shift_forward', 'shift_backward, 'NaT', \
2109
+ nonexistent : {'raise', 'shift_forward', 'shift_backward' , 'NaT', \
2110
2110
timedelta}, default 'raise'
2111
2111
A nonexistent time does not exist in a particular timezone
2112
2112
where clocks moved forward due to DST.
@@ -2209,7 +2209,7 @@ timedelta}, default 'raise'
2209
2209
* 'NaT' will return NaT for an ambiguous time.
2210
2210
* 'raise' will raise an AmbiguousTimeError for an ambiguous time.
2211
2211
2212
- nonexistent : {'raise', 'shift_forward', 'shift_backward, 'NaT', \
2212
+ nonexistent : {'raise', 'shift_forward', 'shift_backward' , 'NaT', \
2213
2213
timedelta}, default 'raise'
2214
2214
A nonexistent time does not exist in a particular timezone
2215
2215
where clocks moved forward due to DST.
@@ -2304,7 +2304,7 @@ timedelta}, default 'raise'
2304
2304
* 'NaT' will return NaT for an ambiguous time.
2305
2305
* 'raise' will raise an AmbiguousTimeError for an ambiguous time.
2306
2306
2307
- nonexistent : {'raise', 'shift_forward', 'shift_backward, 'NaT', \
2307
+ nonexistent : {'raise', 'shift_forward', 'shift_backward' , 'NaT', \
2308
2308
timedelta}, default 'raise'
2309
2309
A nonexistent time does not exist in a particular timezone
2310
2310
where clocks moved forward due to DST.
@@ -2443,7 +2443,7 @@ timedelta}, default 'raise'
2443
2443
* 'NaT' will return NaT for an ambiguous time.
2444
2444
* 'raise' will raise an AmbiguousTimeError for an ambiguous time.
2445
2445
2446
- nonexistent : 'shift_forward', 'shift_backward, 'NaT', timedelta, \
2446
+ nonexistent : 'shift_forward', 'shift_backward' , 'NaT', timedelta, \
2447
2447
default 'raise'
2448
2448
A nonexistent time does not exist in a particular timezone
2449
2449
where clocks moved forward due to DST.
0 commit comments