Skip to content

Commit

Permalink
src/sage/categories/additive_magmas: Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 18, 2023
1 parent 4a7c0c2 commit e02b79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/categories/additive_magmas.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def _neg_(self):
TESTS::
sage: C = AdditiveMagmas().AdditiveUnital().AdditiveInverse().CartesianProducts()
sage: C = AdditiveMagmas().AdditiveUnital().AdditiveInverse().CartesianProducts()
sage: x.parent() in C # optional - sage.rings.finite_rings
True
"""
Expand Down

0 comments on commit e02b79e

Please sign in to comment.