Skip to content

Commit f37a98f

Browse files
committed
tiny fix
1 parent 4c06885 commit f37a98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/missing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
def mask_missing(arr, values_to_mask):
2828
"""
29-
Return a masking array of same size/shape as arrl
29+
Return a masking array of same size/shape as arr
3030
with entries equaling any member of values_to_mask set to True
3131
"""
3232
dtype, values_to_mask = infer_dtype_from_array(values_to_mask)

0 commit comments

Comments
 (0)