Skip to content

Commit 48fe3d6

Browse files
committed
fix typo
1 parent 08424be commit 48fe3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
``adaptive`` is an open-source Python library designed to
1919
make adaptive parallel function evaluation simple. With ``adaptive`` you
2020
just supply a function with its bounds, and it will be evaluated at the
21-
“best” points in parameter space, rather than unecessarily computing *all* points on a dense grid.
21+
“best” points in parameter space, rather than unnecessarily computing *all* points on a dense grid.
2222
With just a few lines of code you can evaluate functions on a computing cluster,
2323
live-plot the data as it returns, and fine-tune the adaptive sampling algorithm.
2424

0 commit comments

Comments
 (0)