Skip to content

Commit 89c7ff3

Browse files
committed
DOC: Fix See Also formatting in to_numeric
1 parent 152c1ed commit 89c7ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/tools/numeric.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def to_numeric(
121121
TypeError
122122
If the input is not list-like, 1D, or scalar convertible to numeric,
123123
such as nested lists or unsupported input types (e.g., dict).
124+
124125
See Also
125126
--------
126127
DataFrame.astype : Cast argument to a specified dtype.

0 commit comments

Comments
 (0)