Skip to content

Commit c4abaaf

Browse files
authored
Fix docstring of _get_all_hadamard_matrices
1 parent 7ac2641 commit c4abaaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/matrices/hadamard_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,7 @@ def _get_all_hadamard_matrices(skew=False):
16321632
OUTPUT:
16331633
16341634
The output is a list which at index `n` contain the (skew) Hadamard matrix
1635-
of order `4(n+1)`, or ``None` if a construction for such matrix is not yet
1635+
of order `4(n+1)`, or ``None`` if a construction for such matrix is not yet
16361636
known.
16371637
"""
16381638
unknown_hadamard = [668, 716, 892]

0 commit comments

Comments
 (0)