Update python intentions' descriptions (PY-48274)

GitOrigin-RevId: 2bd596ec3f37c94303661b2aa416970aafc03ab6
This commit is contained in:
Semyon Proshev
2021-04-30 14:43:14 +03:00
committed by intellij-monorepo-bot
parent aec141b5da
commit cb8716794e
38 changed files with 112 additions and 61 deletions

View File

@@ -1,7 +1,9 @@
<html>
<body>
<span>
This intention replaces a string format operator with the equivalent 'format' method call.
</span>
Replaces a string format operator with the equivalent <code>format</code> method call.</span>
<br/>
<span>See <a href="https://docs.python.org/3/tutorial/inputoutput.html#the-string-format-method">String format() method</a> for more
details.</span>
</body>
</html>