Commit 79cefa1a by Michael DeHaan

Missing colon.

parent fd8a03b6
......@@ -208,7 +208,7 @@ Similarly, exception checking should be fine grained:
# but this
try:
foo()
except SomeTypedException
except SomeTypedException:
bar()
List Comprehensions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment