Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
rileyjmurray authored and alugowski committed Jun 3, 2024
1 parent 4477fc3 commit 292d394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ conda install fast_matrix_market

# Compared to SciPy 1.12

As of version 1.12, `scipy.io.mmread` and `scipy.io.mmread` are based on fast_matrix_market. If those methods suit your needs then there is no need to use this package.
As of version 1.12, `scipy.io.mmread` and `scipy.io.mmwrite` are based on fast_matrix_market. If those methods suit your needs then there is no need to use this package.

The following are extra features supported by the stand-alone FMM:

Expand Down Expand Up @@ -155,4 +155,4 @@ All code is in the [python/](https://github.com/alugowski/fast_matrix_market/tre

```shell
pip install python/ -v
```
```

0 comments on commit 292d394

Please sign in to comment.