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

Commit

Permalink
Fix trac ticket link
Browse files Browse the repository at this point in the history
  • Loading branch information
johanrosenkilde committed Jul 10, 2020
1 parent f7ae23b commit b1fa133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/coding/grs_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class GeneralizedReedSolomonCode(AbstractLinearCode):
TESTS:
Test that the bug in #30045 is fixed::
Test that the bug in :trac:`30045` is fixed::
sage: F = GF(5)
sage: C = codes.GeneralizedReedSolomonCode(F.list()[:5], 2)
Expand Down

0 comments on commit b1fa133

Please sign in to comment.