mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 15:13:13 +07:00
GitOrigin-RevId: 2bd596ec3f37c94303661b2aa416970aafc03ab6
11 lines
386 B
HTML
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> |