Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Fix numpydoc section underlines #60630

Merged
merged 1 commit into from
Dec 30, 2024
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