Skip to content

Commit 539199a

Browse files
author
GrimmXoXo
committed
Updated infer_dtype docstring
1 parent ab49f79 commit 539199a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/lib.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ def infer_dtype(value: object, skipna: bool = True) -> str:
15281528
Parameters
15291529
----------
15301530
value : list, ndarray, or pandas type
1531-
The input data to infer the dtype.
1531+
The input data to infer the dtype.
15321532
skipna : bool, default True
15331533
Ignore NaN values when inferring the type.
15341534

0 commit comments

Comments
 (0)