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:
parent
fd8a03b6bb
commit
79cefa1af5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue