summaryrefslogtreecommitdiff
path: root/doc/data/messages/r/raising-format-tuple/bad.py
blob: 50519bc4c34229e74c4ac3508eb6d9c3a7f157b9 (plain)
1
raise RuntimeError("This looks wrong %s %s", ("a", "b"))  # [raising-format-tuple]