1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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