Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit a751aad

Browse files
committed
Fix ticket number
1 parent e8fe54f commit a751aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/weil/weil_polynomials.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ class WeilPolynomials():
529529
True
530530
True
531531
532-
Test that :trac:`30000` is resolved::
532+
Test that :trac:`29475` is resolved::
533533
534534
sage: P.<x> = QQ[]
535535
sage: u = x^6 + x^5 + 6*x^4 - 2*x^3 + 66*x^2 + 121*x + 1331

0 commit comments

Comments
 (0)