summaryrefslogtreecommitdiff
path: root/doc/data/messages/f/format-string-without-interpolation/bad.py
blob: a5ff6406ddec73f4af4eb9dfb46372501cd4dbf4 (plain)
1
print("number".format(1))  # [format-string-without-interpolation]