Skip to content

Commit ac5d4c5

Browse files
committed
Update README.md
1 parent b42398a commit ac5d4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pm = PeakOverThreshold(xs, 100.)
4242

4343
For the block maxima model, the values `xs` need to represent a measurement over time,
4444
whereas the peak over threshold model does not assume any ordering in the data. Both
45-
models are lazy, and the maxima values are only returned via a call to `collect`.
45+
models are lazy, and the maxima are only returned via a `collect` call.
4646

4747
### Plotting
4848

0 commit comments

Comments
 (0)