Skip to content

Commit

Permalink
MAINT: Effeciently --> Efficiently
Browse files Browse the repository at this point in the history
Docs typo in inference.pyx
  • Loading branch information
gfyoung authored and Krzysztof Chomski committed Oct 16, 2017
1 parent 16ee0a7 commit e1d5d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_libs/src/inference.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ cdef _try_infer_map(v):

def infer_dtype(object value, bint skipna=False):
"""
Effeciently infer the type of a passed val, or list-like
Efficiently infer the type of a passed val, or list-like
array of values. Return a string describing the type.
Parameters
Expand Down

0 comments on commit e1d5d9f

Please sign in to comment.