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 # but this
try: try:
foo() foo()
except SomeTypedException except SomeTypedException:
bar() bar()
List Comprehensions List Comprehensions

Loading…
Cancel
Save