File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -704,7 +704,7 @@ class NaTType(_NaT):
704
704
difference between the current timezone and UTC.
705
705
706
706
Returns
707
- --------
707
+ -------
708
708
timedelta
709
709
The difference between UTC and the local time as a `timedelta` object.
710
710
Original file line number Diff line number Diff line change @@ -2217,7 +2217,7 @@ class Timestamp(_Timestamp):
2217
2217
difference between the current timezone and UTC.
2218
2218
2219
2219
Returns
2220
- --------
2220
+ -------
2221
2221
timedelta
2222
2222
The difference between UTC and the local time as a `timedelta` object .
2223
2223
Original file line number Diff line number Diff line change @@ -3700,7 +3700,7 @@ def casefold(self):
3700
3700
Series.str.isupper : Check whether all characters are uppercase.
3701
3701
3702
3702
Examples
3703
- ------------
3703
+ --------
3704
3704
The ``s5.str.istitle`` method checks for whether all words are in title
3705
3705
case (whether only the first letter of each word is capitalized). Words are
3706
3706
assumed to be as any sequence of non-numeric characters separated by
You can’t perform that action at this time.
0 commit comments