Skip to content

Commit

Permalink
update doctest after dropstored fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Feb 9, 2017
1 parent 38b421c commit 14d79c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/sparse/sparsematrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2775,7 +2775,7 @@ julia> A = sparse([1 2; 0 0])
julia> Base.SparseArrays.dropstored!(A, 1, 2); A
2×2 SparseMatrixCSC{Int64,Int64} with 1 stored entry:
[1, 2] = 1
[1, 1] = 1
```
"""
function dropstored!(A::SparseMatrixCSC, i::Integer, j::Integer)
Expand Down

0 comments on commit 14d79c2

Please sign in to comment.