diff --git a/pandas/core/arraylike.py b/pandas/core/arraylike.py index 031ff6a7665d4..7cf34635ce9c1 100644 --- a/pandas/core/arraylike.py +++ b/pandas/core/arraylike.py @@ -342,7 +342,7 @@ def reconstruct(result): result, **reconstruct_axes, **reconstruct_kwargs, copy=False ) # TODO: When we support multiple values in __finalize__, this - # should pass alignable to `__fianlize__` instead of self. + # should pass alignable to `__finalize__` instead of self. # Then `np.add(a, b)` would consider attrs from both a and b # when a and b are NDFrames. if len(alignable) == 1: