Signed-off-by: Christos Stavrakakis <[email protected]> --- lib/ht.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ht.py b/lib/ht.py index a449e82..42e533b 100644 --- a/lib/ht.py +++ b/lib/ht.py @@ -297,7 +297,7 @@ def TAnd(*args): def TOr(*args): - """Combine multiple functions using an AND operation. + """Combine multiple functions using an OR operation. """ def fn(val): -- 1.7.10.4
