Skip to content

Commit 4769414

Browse files
committed
minor: fix to README as in #338
1 parent d2d3ccd commit 4769414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This Python library is inspired by the MATLAB [Spot – A Linear-Operator Toolbo
1919
Linear operators and inverse problems are at the core of many of the most used algorithms
2020
in signal processing, image processing, and remote sensing. When dealing with small-scale problems,
2121
the Python numerical scientific libraries [numpy](http://www.numpy.org)
22-
and [scipy](https://www.scipy.org/scipylib/index.html) allow the performance of many
22+
and [scipy](https://www.scipy.org/scipylib/index.html) allow allow performing many
2323
of the underlying matrix operations (e.g., computation of matrix-vector products and manipulation of matrices)
2424
in a simple and compact way.
2525

0 commit comments

Comments
 (0)