Skip to content

Commit 1a9e1ef

Browse files
committed
fix one easy doctest
1 parent 7a34db4 commit 1a9e1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/categories/commutative_rings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def _pseudo_fraction_field(self):
589589
sage: Integers(15).fraction_field()
590590
Traceback (most recent call last):
591591
...
592-
TypeError: self must be an integral domain.
592+
TypeError: self must be an integral domain
593593
594594
TESTS::
595595

0 commit comments

Comments
 (0)