Skip to content

Commit 609f3cf

Browse files
committed
fix typo
1 parent b5c7bf9 commit 609f3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/scipy_sparse/dok_array.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Examples
4646
* slicing and indexing::
4747

4848
>>> mtx[1, 1]
49-
0.0
49+
np.float64(0.0)
5050
>>> mtx[[1], 1:3]
5151
<Dictionary Of Keys sparse array of dtype 'float64'
5252
with 1 stored elements and shape (1, 2)>

0 commit comments

Comments
 (0)