Files
openide/python/python-psi-impl/resources/intentionDescriptions/ConvertFormatOperatorToMethodIntention/description.html
Dmitry Trofimov f0399e1662 Decouple Python intentions
GitOrigin-RevId: e87aa7f8fde189ff2a48793879e27617ff6297e7
2020-05-01 18:44:38 +00:00

7 lines
137 B
HTML

<html>
<body>
<span>
This intention replaces a string format operator with the equivalent 'format' method call.
</span>
</body>
</html>