Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pandas/_libs/tslibs/nattype.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ class NaTType(_NaT):
difference between the current timezone and UTC.
Returns
--------
-------
timedelta
The difference between UTC and the local time as a `timedelta` object.
Expand Down
2 changes: 1 addition & 1 deletion pandas/_libs/tslibs/timestamps.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ class Timestamp(_Timestamp):
difference between the current timezone and UTC.

Returns
--------
-------
timedelta
The difference between UTC and the local time as a `timedelta` object.

Expand Down
2 changes: 1 addition & 1 deletion pandas/core/strings/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3700,7 +3700,7 @@ def casefold(self):
Series.str.isupper : Check whether all characters are uppercase.
Examples
------------
--------
The ``s5.str.istitle`` method checks for whether all words are in title
case (whether only the first letter of each word is capitalized). Words are
assumed to be as any sequence of non-numeric characters separated by
Expand Down
Loading