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