Skip to content

Commit

Permalink
src/sage/matrix/matrix_space.py: Fix change to doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Oct 31, 2023
1 parent e23670d commit 8402a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ def _element_constructor_(self, entries, **kwds):
sage: rings.append(PolynomialRing(QQ, 'x'))
sage: rings.append(PolynomialRing(CC, 2, 'x')) # needs sage.rings.real_mpfr
sage: rings.append(SR) # needs sage.symbolic
sage: rings.extend([GF(2), GF(11)]
sage: rings.extend([GF(2), GF(11)])
sage: rings.extend([GF(2^8,'a'), GF(3^19,'a')]) # needs sage.rings.finite_rings
sage: x = polygen(QQ)
sage: rings.extend([NumberField(x^3 + 2, 'a'), CyclotomicField(4)]) # needs sage.rings.number_field
Expand Down

0 comments on commit 8402a7b

Please sign in to comment.