Skip to content

Commit bed884b

Browse files
mroeschkegmcrocetti
authored andcommitted
DOC: Fix numpydoc section underlines (pandas-dev#60630)
1 parent 091bc77 commit bed884b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pandas/_libs/tslibs/nattype.pyx

+1-1
Original file line numberDiff line numberDiff 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

pandas/_libs/tslibs/timestamps.pyx

+1-1
Original file line numberDiff line numberDiff 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

pandas/core/strings/accessor.py

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)