Skip to content

Commit 9f0ee53

Browse files
authored
MAINT: Effeciently --> Efficiently
Docs typo in inference.pyx
1 parent f9ba6fe commit 9f0ee53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/src/inference.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ cdef _try_infer_map(v):
226226

227227
def infer_dtype(object value, bint skipna=False):
228228
"""
229-
Effeciently infer the type of a passed val, or list-like
229+
Efficiently infer the type of a passed val, or list-like
230230
array of values. Return a string describing the type.
231231
232232
Parameters

0 commit comments

Comments
 (0)