Skip to content

Commit

Permalink
fix tiny detail only
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Feb 12, 2024
1 parent d01b249 commit d7c4495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/categories/algebras.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def has_standard_involution(self):
try:
basis = self.basis()
except AttributeError:
raise AttributeError("Basis is not yet implemented for this algebra.")
raise AttributeError("basis is not yet implemented for this algebra")

Check warning on line 194 in src/sage/categories/algebras.py

View check run for this annotation

Codecov / codecov/patch

src/sage/categories/algebras.py#L193-L194

Added lines #L193 - L194 were not covered by tests
try:
# TODO: The following code is specific to the quaternion algebra
# and should belong there
Expand Down

0 comments on commit d7c4495

Please sign in to comment.