mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 00:19:11 +07:00
8 lines
268 B
HTML
8 lines
268 B
HTML
<html>
|
|
<body>
|
|
<span style="font-family: verdana,sans-serif;">
|
|
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> |