From c9aedd4c60229bc09c862d8e4a7ed52df098f45c Mon Sep 17 00:00:00 2001 From: "Sadie L. Bartholomew" Date: Thu, 31 Oct 2024 15:52:56 +0000 Subject: [PATCH] Add clarification about __query_wi__ to docstring --- cf/query.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cf/query.py b/cf/query.py index 56e2365ca1..268ca7b6d0 100644 --- a/cf/query.py +++ b/cf/query.py @@ -166,10 +166,11 @@ class Query: evaluated. ====================== ============================================== - In general, each method must have the query value as it's only - parameter. The only exception is for `__query_isclose__`, which + In general, each method must have the query value as its only + parameter. The only exceptions are for `__query_isclose__`, which also requires the absolute and relative numerical tolerances to be - provided. + provided, and for `__query_wi__`, which also requires upper and + lower interval openness Booleans to be provided. When the condition is on an attribute, or nested attributes, of the operand, the query interface method is looked for on the