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

Commit ad1cadd

Browse files
author
David Lucas
committed
fixed broken doctest in the introductory tutorial
1 parent 550c584 commit ad1cadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/en/thematic_tutorials/coding_theory.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Let us see how one can explore this::
297297

298298
sage: C = codes.GeneralizedReedSolomonCode(GF(59).list()[:40], 12, GF(59).list()[1:41])
299299
sage: C.encoders_available()
300-
['EvaluationPolynomial', 'EvaluationVector']
300+
['EvaluationPolynomial', 'EvaluationVector', 'ParityCheck']
301301
sage: C.decoders_available()
302302
['Syndrome',
303303
'NearestNeighbor',

0 commit comments

Comments
 (0)