diff options
-rw-r--r-- | NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,9 +103,9 @@ Mark The new HOSTGROUP feature works like this: +``` # defines a set of conditions - each condition is a python function in a # CONDITIONS block -``` CONDITIONS # for a function, the truth value is the return value def foo() : return True def bar() : return False |