Skip to content

Commit 94fbe06

Browse files
authored
Update src/sage/rings/polynomial/infinite_polynomial_ring.py
1 parent 5e051b4 commit 94fbe06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/infinite_polynomial_ring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ class InfinitePolynomialRing_sparse(CommutativeRing):
646646
sage: Z = InfinitePolynomialRing_sparse(QQ, ['x','y'], 'lex')
647647
648648
Nevertheless, since infinite polynomial rings are supposed to be unique
649-
parent structures, they do not evaluate equal.::
649+
parent structures, they do not evaluate equal. ::
650650
651651
sage: Z == X
652652
False

0 commit comments

Comments
 (0)