Files
openide/python/testData/intentions/PyConvertToFStringIntentionTest/percentOperatorWidthAndPrecision_after.py

2 lines
48 B
Python

f'{1:.5d} {2:3.5d} {3:3d} {"spam":>20} {4:<#d}'