Files
openide/python/pluginResources/intentionDescriptions/PyStringConcatenationToFormatIntention/description.html
T
2019-10-09 13:06:32 +00:00

8 lines
227 B
HTML

<html>
<body>
<span>
This intention replaces a string concatenation with the equivalent expression with string formatting operator usage
or with str.format() method call (for Python versions >= 2.7).
</span>
</body>
</html>