Skip to content

Commit c9aedd4

Browse files
Add clarification about __query_wi__ to docstring
1 parent 01d531e commit c9aedd4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cf/query.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,11 @@ class Query:
166166
evaluated.
167167
====================== ==============================================
168168
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
171171
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.
173174
174175
When the condition is on an attribute, or nested attributes, of
175176
the operand, the query interface method is looked for on the

0 commit comments

Comments
 (0)