Commit 79cefa1a by Michael DeHaan

Missing colon.

parent fd8a03b6
...@@ -208,7 +208,7 @@ Similarly, exception checking should be fine grained: ...@@ -208,7 +208,7 @@ Similarly, exception checking should be fine grained:
# but this # but this
try: try:
foo() foo()
except SomeTypedException except SomeTypedException:
bar() bar()
List Comprehensions 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