Skip to content

Commit 6d2398a

Browse files
javabrettWillAyd
authored andcommitted
Fixed typo mutiplication -> multiplication. (#26489)
1 parent 7b92e7e commit 6d2398a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ def __len__(self):
918918

919919
def dot(self, other):
920920
"""
921-
Compute the matrix mutiplication between the DataFrame and other.
921+
Compute the matrix multiplication between the DataFrame and other.
922922
923923
This method computes the matrix product between the DataFrame and the
924924
values of an other Series, DataFrame or a numpy array.

0 commit comments

Comments
 (0)