Skip to content

Commit

Permalink
DOC: Fix numpydoc section underlines (#60630)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke authored Dec 30, 2024
1 parent b6fb6e7 commit a8a84c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit a8a84c8

Please sign in to comment.