@@ -455,8 +455,8 @@ class Timestamp(_Timestamp):
455455 - 'raise' will raise an AmbiguousTimeError for an ambiguous time
456456
457457 .. versionadded:: 0.24.0
458- nonexistent : 'shift_forward', 'shift_backward, 'NaT', timedelta,
459- default 'raise'
458+ nonexistent : 'shift_forward', 'shift_backward, 'NaT', timedelta, \
459+ default 'raise'
460460 A nonexistent time does not exist in a particular timezone
461461 where clocks moved forward due to DST.
462462
@@ -497,8 +497,8 @@ class Timestamp(_Timestamp):
497497 - 'raise' will raise an AmbiguousTimeError for an ambiguous time
498498
499499 .. versionadded:: 0.24.0
500- nonexistent : 'shift_forward', 'shift_backward, 'NaT', timedelta,
501- default 'raise'
500+ nonexistent : 'shift_forward', 'shift_backward, 'NaT', timedelta, \
501+ default 'raise'
502502 A nonexistent time does not exist in a particular timezone
503503 where clocks moved forward due to DST.
504504
@@ -533,8 +533,8 @@ class Timestamp(_Timestamp):
533533 - 'raise' will raise an AmbiguousTimeError for an ambiguous time
534534
535535 .. versionadded:: 0.24.0
536- nonexistent : 'shift_forward', 'shift_backward, 'NaT', timedelta,
537- default 'raise'
536+ nonexistent : 'shift_forward', 'shift_backward, 'NaT', timedelta, \
537+ default 'raise'
538538 A nonexistent time does not exist in a particular timezone
539539 where clocks moved forward due to DST.
540540
@@ -786,8 +786,8 @@ class Timestamp(_Timestamp):
786786 - 'NaT' will return NaT for an ambiguous time
787787 - 'raise' will raise an AmbiguousTimeError for an ambiguous time
788788
789- nonexistent : 'shift_forward', 'shift_backward, 'NaT', timedelta,
790- default 'raise'
789+ nonexistent : 'shift_forward', 'shift_backward, 'NaT', timedelta, \
790+ default 'raise'
791791 A nonexistent time does not exist in a particular timezone
792792 where clocks moved forward due to DST.
793793
0 commit comments