Skip to content

Commit fc04aab

Browse files
correction of documentation
1 parent f66a005 commit fc04aab

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/sage/coding/linear_rank_metric.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -638,12 +638,7 @@ def rank_support_of_vector(self, word, sub_field=None, basis=None):
638638
[0 0 1]
639639
640640
TESTS::
641-
642-
sage: C.rank_support_of_vector(a)
643-
Traceback (most recent call last):
644-
...
645-
TypeError: input must be a vector
646-
641+
647642
sage: C.rank_support_of_vector(c, GF(2^4))
648643
Traceback (most recent call last):
649644
...

0 commit comments

Comments
 (0)