aboutsummaryrefslogtreecommitdiff
path: root/NOTES.md
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-07-04 11:17:30 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-07-04 11:17:30 -0400
commitcb30392b30adad49b4fca75f12a29d226e12adff (patch)
tree8c710f8b1d91ae94d8249afc88bcdd38a4b2c7b5 /NOTES.md
parent7db08d40fe3b3ed0b505efc1a5d4c0ae7b9bbad2 (diff)
downloadsteuermann-cb30392b30adad49b4fca75f12a29d226e12adff.tar.gz
Fix formatting in NOTES.md
Diffstat (limited to 'NOTES.md')
-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