File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -166,10 +166,11 @@ class Query:
166
166
evaluated.
167
167
====================== ==============================================
168
168
169
- In general, each method must have the query value as it's only
170
- parameter. The only exception is for `__query_isclose__`, which
169
+ In general, each method must have the query value as its only
170
+ parameter. The only exceptions are for `__query_isclose__`, which
171
171
also requires the absolute and relative numerical tolerances to be
172
- provided.
172
+ provided, and for `__query_wi__`, which also requires upper and
173
+ lower interval openness Booleans to be provided.
173
174
174
175
When the condition is on an attribute, or nested attributes, of
175
176
the operand, the query interface method is looked for on the
You can’t perform that action at this time.
0 commit comments