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

Commit 191d1c4

Browse files
committed
fixed small typo that had inadvertantly crept in.
1 parent 10d7ca7 commit 191d1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/coding/linear_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def bounds_minimum_distance(n, k, F):
525525
lowerBoundExplanation := ...
526526
n := 10,
527527
q := 2,
528-
:3references := rec(
528+
references := rec(
529529
),
530530
upperBound := 4,
531531
upperBoundExplanation := ... )

0 commit comments

Comments
 (0)