Skip to content

Commit a32eeea

Browse files
authored
remove extra quotation mark in docstring (#108)
1 parent cb0e56b commit a32eeea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/memorylayout.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ supdiagonaldata(S::HermOrSym) = symmetricuplo(S) == 'L' ? subdiagonaldata(parent
628628

629629

630630
rowsupport(_, A, k) = axes(A,2)
631-
""""
631+
"""
632632
rowsupport(A, k)
633633
634634
gives an iterator containing the possible non-zero entries in the k-th row of A.
@@ -639,7 +639,7 @@ rowsupport(A) = rowsupport(A, axes(A,1))
639639
colsupport(_, A, j) = axes(A,1)
640640

641641

642-
""""
642+
"""
643643
colsupport(A, j)
644644
645645
gives an iterator containing the possible non-zero entries in the j-th column of A.

0 commit comments

Comments
 (0)