Skip to content

Commit 3e68f44

Browse files
committed
fix doc-string
1 parent 8fc4db7 commit 3e68f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adaptive/runner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,8 +903,8 @@ def auto_goal(
903903
If it is None, and
904904
- the learner type is `adaptive.SequenceLearner`, it continues until
905905
it no more points to add
906-
- the learner type is `adaptive.Integrator`, it continues until the
907-
error is less than the tolerance.
906+
- the learner type is `adaptive.IntegratorLearner`, it continues until the
907+
error is less than the tolerance specified in the learner.
908908
- otherwise, it continues forever, unless `allow_running_forever` is
909909
False, in which case it raises a ValueError.
910910
learner

0 commit comments

Comments
 (0)