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,5 +1,7 @@
<html>
<body>
This intention converts static method to function.
<span>
Converts a static method to a function. It worths converting to a function if a method doesn't need access to the class or its instance.
</span>
</body>
</html>