Skip to content

Commit c2cc6f5

Browse files
committed
Fixed typo in documentation
1 parent 01e6f64 commit c2cc6f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPflowOpt/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __setattr__(self, key, value):
5252
1) If setting :attr:`wrapped` attribute, point parent to this object (the ModelWrapper).
5353
2) Setting attributes in the right objects. The following rules are processed in order:
5454
(a) If attribute exists in wrapper, set in wrapper.
55-
(b) If not object wrapped yet, set in wrapper.
55+
(b) If no object has been wrapped (wrapper is None), set attribute in the wrapper.
5656
(c) If attribute is found in the wrapped object, set it there. This rule is ignored for AF storages.
5757
(d) Set attribute in wrapper.
5858
"""

0 commit comments

Comments
 (0)