Files
Semyon Proshevandintellij-monorepo-bot cb8716794e Update python intentions' descriptions (PY-48274)
GitOrigin-RevId: 2bd596ec3f37c94303661b2aa416970aafc03ab6
2021-04-30 11:55:25 +00:00

8 lines
288 B
HTML

<html>
<body>
<span>
This intention converts a boolean comparison expression <code>not(a negop b)</code> into <code>a op b</code>.
Where <code>op</code> and <code>negop</code> are mutually inverse comparison operators, like <code>==</code> and <code>!=</code>.
</span>
</body>
</html>