Skip to content

Commit b7c7ad4

Browse files
dwillmerJulianWgs
authored andcommitted
Fix typo in comment (pandas-dev#41801)
1 parent 47758af commit b7c7ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arraylike.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def reconstruct(result):
342342
result, **reconstruct_axes, **reconstruct_kwargs, copy=False
343343
)
344344
# TODO: When we support multiple values in __finalize__, this
345-
# should pass alignable to `__fianlize__` instead of self.
345+
# should pass alignable to `__finalize__` instead of self.
346346
# Then `np.add(a, b)` would consider attrs from both a and b
347347
# when a and b are NDFrames.
348348
if len(alignable) == 1:

0 commit comments

Comments
 (0)