We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c06885 commit f37a98fCopy full SHA for f37a98f
pandas/core/missing.py
@@ -26,7 +26,7 @@
26
27
def mask_missing(arr, values_to_mask):
28
"""
29
- Return a masking array of same size/shape as arrl
+ Return a masking array of same size/shape as arr
30
with entries equaling any member of values_to_mask set to True
31
32
dtype, values_to_mask = infer_dtype_from_array(values_to_mask)
0 commit comments