summaryrefslogtreecommitdiff
path: root/doc/data/messages/w/wrong-exception-operation/bad.py
blob: 20fcc2aab45b044f9875f4d4d0bb6ca89b91d73c (plain)
1
2
3
4
try:
    1/0
except (ValueError + TypeError):  # [wrong-exception-operation]
    pass