summaryrefslogtreecommitdiff
path: root/CODING_GUIDELINES.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-01-26 17:06:32 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2014-01-26 17:06:32 -0500
commit79cefa1af592da1b31fe228a4c761d2f8f67aa4d (patch)
tree4e9ac5e1e250fc000eaefa29753c5db9cb5bbc5d /CODING_GUIDELINES.md
parentfd8a03b6bb846f936f873a6263d452cc83bc9caa (diff)
downloadansible-79cefa1af592da1b31fe228a4c761d2f8f67aa4d.tar.gz
Missing colon.
Diffstat (limited to 'CODING_GUIDELINES.md')
-rw-r--r--CODING_GUIDELINES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_GUIDELINES.md b/CODING_GUIDELINES.md
index 3ff0044184..d6cf56813f 100644
--- a/CODING_GUIDELINES.md
+++ b/CODING_GUIDELINES.md
@@ -208,7 +208,7 @@ Similarly, exception checking should be fine grained:
# but this
try:
foo()
- except SomeTypedException
+ except SomeTypedException:
bar()
List Comprehensions