@@ -455,8 +455,8 @@ class Timestamp(_Timestamp):
455
455
- 'raise' will raise an AmbiguousTimeError for an ambiguous time
456
456
457
457
.. 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'
460
460
A nonexistent time does not exist in a particular timezone
461
461
where clocks moved forward due to DST.
462
462
@@ -497,8 +497,8 @@ class Timestamp(_Timestamp):
497
497
- 'raise' will raise an AmbiguousTimeError for an ambiguous time
498
498
499
499
.. 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'
502
502
A nonexistent time does not exist in a particular timezone
503
503
where clocks moved forward due to DST.
504
504
@@ -533,8 +533,8 @@ class Timestamp(_Timestamp):
533
533
- 'raise' will raise an AmbiguousTimeError for an ambiguous time
534
534
535
535
.. 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'
538
538
A nonexistent time does not exist in a particular timezone
539
539
where clocks moved forward due to DST.
540
540
@@ -786,8 +786,8 @@ class Timestamp(_Timestamp):
786
786
- 'NaT' will return NaT for an ambiguous time
787
787
- 'raise' will raise an AmbiguousTimeError for an ambiguous time
788
788
789
- nonexistent : 'shift_forward', 'shift_backward, 'NaT', timedelta,
790
- default 'raise'
789
+ nonexistent : 'shift_forward', 'shift_backward, 'NaT', timedelta, \
790
+ default 'raise'
791
791
A nonexistent time does not exist in a particular timezone
792
792
where clocks moved forward due to DST.
793
793
0 commit comments