From fd9a0f119da542691286ce25c51992bad17b22ba Mon Sep 17 00:00:00 2001 From: Bas Nijholt <basnijholt@gmail.com> Date: Tue, 17 Sep 2019 17:25:44 +0200 Subject: [PATCH] fix --- paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper.md b/paper.md index 1a5aa7a..9225e07 100755 --- a/paper.md +++ b/paper.md @@ -239,7 +239,7 @@ Here, we see that for homogeneous sampling to get the same error as sampling wit We will now introduce Adaptive's API. The object that can suggest points based on existing data is called a *learner*. The learner abstracts a loss based priority queue. -We can either *ask* it for points or *tell* the `learner` new data point. +We can either *ask* it for points or *tell* the *learner* new data point. We can define a *learner* as follows ```python from adaptive import Learner1D -- GitLab