Skip to content

Commit d7c4495

Browse files
committed
fix tiny detail only
1 parent d01b249 commit d7c4495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/categories/algebras.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def has_standard_involution(self):
191191
try:
192192
basis = self.basis()
193193
except AttributeError:
194-
raise AttributeError("Basis is not yet implemented for this algebra.")
194+
raise AttributeError("basis is not yet implemented for this algebra")
195195
try:
196196
# TODO: The following code is specific to the quaternion algebra
197197
# and should belong there

0 commit comments

Comments
 (0)