Files
openide/python/resources/intentionDescriptions/PyConvertToFStringIntention/before.py.template
T

2 lines
61 B
Plaintext

"Pi is {:03.5}".format(math.pi)
'%(spam)s' % {'spam': 'eggs'}