aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NOTES.md b/NOTES.md
index 4191ab6..fb12d5b 100644
--- a/NOTES.md
+++ b/NOTES.md
@@ -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