Files
evgeny.bovykinandintellij-monorepo-bot d7e26c8bc1 PY-85271 Reformat files with incorrect formatting
GitOrigin-RevId: 6c8ee5d2ca5f5807c6534e8a97843d16371562d8
2025-11-13 16:49:09 +00:00

12 lines
388 B
HTML

<html>
<body>
<span>
This intention converts string formatting via <code>format()</code> method and format operator to Python 3.6 f-string literals.
</span>
<!-- tooltip end -->
<span>
F-strings provide a way to embed expressions inside string literals, using a minimal syntax. See more details in <a
href="https://www.python.org/dev/peps/pep-0498/">PEP-498</a>.
</span>
</body>
</html>