File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -704,7 +704,7 @@ class NaTType(_NaT):
704704 difference between the current timezone and UTC.
705705
706706 Returns
707- --------
707+ -------
708708 timedelta
709709 The difference between UTC and the local time as a `timedelta` object.
710710
Original file line number Diff line number Diff line change @@ -2217,7 +2217,7 @@ class Timestamp(_Timestamp):
22172217 difference between the current timezone and UTC.
22182218
22192219 Returns
2220- --------
2220+ -------
22212221 timedelta
22222222 The difference between UTC and the local time as a `timedelta` object .
22232223
Original file line number Diff line number Diff line change @@ -3700,7 +3700,7 @@ def casefold(self):
37003700 Series.str.isupper : Check whether all characters are uppercase.
37013701
37023702 Examples
3703- ------------
3703+ --------
37043704 The ``s5.str.istitle`` method checks for whether all words are in title
37053705 case (whether only the first letter of each word is capitalized). Words are
37063706 assumed to be as any sequence of non-numeric characters separated by
You can’t perform that action at this time.
0 commit comments