From 0ac84112490a6ee1a56f20d3ae391a5723f76032 Mon Sep 17 00:00:00 2001 From: Dave Willmer Date: Thu, 3 Jun 2021 16:35:34 +0100 Subject: [PATCH] Fix typo in comment --- pandas/core/arraylike.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: