Missing colon.

pull/5291/merge
Michael DeHaan 11 years ago
parent fd8a03b6bb
commit 79cefa1af5

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

Loading…
Cancel
Save