mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-27 05:20:54 +07:00
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> |