sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.44k stars 481 forks source link

wrong wording #28340

Open 4ec26b2b-b493-40a3-8999-2e7c9b48e568 opened 5 years ago

4ec26b2b-b493-40a3-8999-2e7c9b48e568 commented 5 years ago

in the linear_code.py is an bad wording in line 4925

- ``r`` -- a codeword of ``self``

codeword is usally used for valid codewords; a better phrasing might be word and then codeword for the output description

this was a change to adopt to syndrome decoding, so probably this should be revisited too

CC: @sagetrac-dlucas @slel

Component: coding theory

Issue created by migration from https://trac.sagemath.org/ticket/28340

embray commented 4 years ago
comment:1

Ticket retargeted after milestone closed

mkoeppe commented 4 years ago
comment:2

Moving tickets to milestone sage-9.2 based on a review of last modification date, branch status, and severity.

slel commented 3 years ago
comment:4

Do you mean this line?

https://github.com/sagemath/sage-prod/blob/9.3.rc0/src/sage/coding/linear_code.py#L2844

mkoeppe commented 3 years ago
comment:5

Moving to 9.4, as 9.3 has been released.