Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 1f0cd92

Browse files
author
Frédéric Chapoton
committed
trac #5131 typo corrected in the doc of new method _mul_
1 parent 9b4e60a commit 1f0cd92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/modules/free_module.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2232,8 +2232,8 @@ def __add__(self, other):
22322232
return self.span(self.basis() + other.basis())
22332233

22342234
def _mul_(self, other, switch_sides=False):
2235-
"""
2236-
Multiplcation of the basis by ``other``.
2235+
r"""
2236+
Multiplication of the basis by ``other``.
22372237
22382238
EXAMPLES::
22392239

0 commit comments

Comments
 (0)