Skip to content

Commit b38acf4

Browse files
committed
fix one example in book
1 parent 716194b commit b38acf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/tests/books/computational-mathematics-with-sagemath/polynomes_doctest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
sage: (t^2+t)/t
121121
Traceback (most recent call last):
122122
...
123-
TypeError: self must be an integral domain.
123+
TypeError: unsupported operand parent(s) for /: 'Univariate Polynomial Ring in t over Ring of integers modulo 42' and 'Univariate Polynomial Ring in t over Ring of integers modulo 42'
124124
125125
Sage example in ./polynomes.tex, line 685::
126126

0 commit comments

Comments
 (0)