Skip to content

Commit b14aec8

Browse files
Xavier Carusotscrim
authored andcommitted
add reference to PR
1 parent 0a00c38 commit b14aec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/skew_polynomial_finite_order.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ cdef class SkewPolynomial_finite_order_dense(SkewPolynomial_generic_dense):
396396
397397
TESTS:
398398
399-
We test that the cache works correctly::
399+
We test that the cache works correctly (see :issue:`39883`)::
400400
401401
sage: f = u^5 + t*u^4 + t^2*u^3 + t^3*u^2 + t^4*u + t^5
402402
sage: f.reduced_norm()

0 commit comments

Comments
 (0)