Skip to content

Commit a4dff2a

Browse files
committed
clarify doc-sting
1 parent 00a7907 commit a4dff2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adaptive/learner/base_learner.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ class BaseLearner(metaclass=_RequireAttrsABCMeta):
6767
Attributes
6868
----------
6969
function : callable: X → Y
70-
The function to learn, the ``learner`` might modify
71-
the original function.
70+
The function to learn. A subclass of BaseLearner might modify
71+
the user's supplied function.
7272
data : dict: X → Y
7373
`function` evaluated at certain points.
7474
pending_points : set

0 commit comments

Comments
 (0)