Files
openide/python/python-psi-impl/resources/intentionDescriptions/PyStringConcatenationToFormatIntention/description.html
Semyon Proshev cb8716794e Update python intentions' descriptions (PY-48274)
GitOrigin-RevId: 2bd596ec3f37c94303661b2aa416970aafc03ab6
2021-04-30 11:55:25 +00:00

7 lines
153 B
HTML

<html>
<body>
<span>
Transforms a string concatenation to the equivalent expression with a <code>str.format()</code> method call.
</span>
</body>
</html>