This intention converts string formatting via
format()
method and format operator to Python 3.6 f-string literals.
F-strings provide a way to embed expressions inside string literals, using a minimal syntax. See more details in
PEP-498
.