From cb30392b30adad49b4fca75f12a29d226e12adff Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 4 Jul 2016 11:17:30 -0400 Subject: Fix formatting in NOTES.md --- NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit