Skip to content

Commit 43c085b

Browse files
committed
fixup typo
1 parent dc14378 commit 43c085b

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
@@ -1051,7 +1051,7 @@ cdef _try_infer_map(v):
10511051
return None
10521052

10531053

1054-
def infer_dtype(value: object, skipna: bint = False) -> bint:
1054+
def infer_dtype(value: object, skipna: bint = False) -> str:
10551055
"""
10561056
Efficiently infer the type of a passed val, or list-like
10571057
array of values. Return a string describing the type.

0 commit comments

Comments
 (0)