Skip to content

Commit 5be5d7a

Browse files
committed
Changed See also to correct format
1 parent 8ff0da0 commit 5be5d7a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pandas/core/generic.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2746,14 +2746,11 @@ def convert_objects(self, convert_dates=True, convert_numeric=False,
27462746
27472747
See also
27482748
--------
2749-
pandas.to_datetime
2750-
Convert argument to datetime.
2749+
pandas.to_datetime : Convert argument to datetime.
27512750
2752-
pandas.to_timedelta
2753-
Convert argument to timedelta.
2751+
pandas.to_timedelta : Convert argument to timedelta.
27542752
2755-
pandas.to_numeric
2756-
Return a fixed frequency timedelta index,
2753+
pandas.to_numeric : Return a fixed frequency timedelta index,
27572754
with day as the default.
27582755
27592756
Returns

0 commit comments

Comments
 (0)