Missing colon.

This commit is contained in:
Michael DeHaan 2014-01-26 17:06:32 -05:00
parent fd8a03b6bb
commit 79cefa1af5

View file

@ -208,7 +208,7 @@ Similarly, exception checking should be fine grained:
# but this
try:
foo()
except SomeTypedException
except SomeTypedException:
bar()
List Comprehensions