Files
Semyon Proshev cb8716794e Update python intentions' descriptions (PY-48274)
GitOrigin-RevId: 2bd596ec3f37c94303661b2aa416970aafc03ab6
2021-04-30 11:55:25 +00:00

11 lines
386 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>