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

Commit

Permalink
fixed broken doctest in the introductory tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lucas committed Jun 17, 2016
1 parent 550c584 commit ad1cadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/en/thematic_tutorials/coding_theory.rst
Expand Up @@ -297,7 +297,7 @@ Let us see how one can explore this::

sage: C = codes.GeneralizedReedSolomonCode(GF(59).list()[:40], 12, GF(59).list()[1:41])
sage: C.encoders_available()
['EvaluationPolynomial', 'EvaluationVector']
['EvaluationPolynomial', 'EvaluationVector', 'ParityCheck']
sage: C.decoders_available()
['Syndrome',
'NearestNeighbor',
Expand Down

0 comments on commit ad1cadd

Please sign in to comment.